Exactly what it says on the tin!
Check the github for an example image.
#DeckStickerShowEverywhere | A Balatro mod that makes the deck win sticker show up everywhere.
1 messages · Page 1 of 1 (latest)
This is very broken at the moment.
Known bugs:
- Resets rotation & offset of CardSleeves sleeve win sticker on New Run screen
- Causes all modded editions to not render
- Might be the cause of some weirdness with invisible cards & disappearing/nonfunctional UI elements later into a run?? Or that could've been another mod.
Are you overriding the entire Card:draw method? That'll be your issue
Yes.
I did that so that it wouldn't have to go through the exact same if statement tree twice, as the code for rendering stickers is quite deep, but it is looking like I'll have to do it the slower way
A lovely patch would probably do the job better, less likely to intrude on other mods
I knew full well by saying that it'd go bad, and in my hubris I did so anyway.
Alright, done
Fixed all weirdness, should work flawlessly now (touch wood), pushed the newest version to github
https://github.com/qwerty9118/DeckStickerShowEverywhere/releases
nice