Enhancement: Allow modders to easily add new transition stickers with custom set(s) #3969
Open
2 tasks done
Labels
status: planned
This suggestion/enhancement is planned to be implemented some time in the future.
type: enhancement
Provides an enhancement or new feature.
Issue Checklist
What is your suggestion, and why should it be implemented?
I've been working on a mod lately, and when I tried to add some placeholder stickers from a custom sticker set, I noticed that, even after leaving "Tutorial" and watching the transition carefully multiple times in a row, they weren't appearing. I looked into source/funkin/ui/transition/StickerSubState.hx and noticed this on line 158:
var stickerInfo:StickerInfo = new StickerInfo('stickers-set-1');
Apparently, it only reads and uses that sticker set during the transition. I propose that the code should be updated to read any sticker set in some way, including modded ones. Thank you in advance.
The text was updated successfully, but these errors were encountered: