Serena Postelnek
Serena Postelnek
I agree with @endrift since there shouldn't be a reason it softlocks using this function if nothing is there. Regardless, just using FrameBufClear works and doesn't cause a soft lock...
@TokageItLab referring to this image from my VRChat avatar, I think we are on the same page, yes.  The `Bound` option can decide to keep things outside or inside....
Latest push has ogg vorbis streaming, but it's not very good. Hey it works for now:tm:
Then I accidentally close this. What is wrong with me. Stupid comment button's right next to it.
@Substance12 Love Potion does use sf2d with citro, but I was referring to using Citro for loading textures, drawing, etc.
Well it's been a while since I've said any kind of update, but I've moved development to my fork over at https://github.com/TurtleP/LovePotion and it's actually been much easier to re-do...
Also any issues I am closing right now are fixed in the rewrite.
So this came down to the event subscription firing. When doing the loop over subs, the loop is broken because of `return true` since the first element is what was...
Yeah took me a good bit to realize the pattern editor was what I'd wanted and how to use it. It'd still be neat to separate things, though, if someone...
One other thing with this is that if you're trying to overload something that already exists, it will give you both definitions, which is not ideal (observed by @carsakiller and...