Very charming!!! Loved the ending too. Just a note: it seems like the more of the screen I uncover, the fewer fps I get. Maybe look at how to optimise it a bit. Otherwise, this is an excellent entry.
Viewing post in Tenebris jam comments
Thank you for playing! I'm very happy you found this game charming.
The lower fps is indeed a problem. It happens because the player spawns masks whenever you move, and eventually there are too many masks on screen. I couldn't figure out a nice solution in time, so I made it so if you press R, it deletes half the masks. It's not a perfect fix, obviously. Someone did give me a suggestion on Vimlark's stream yesterday to use render textures for the masks to reduce lag. I'll look into that, and I'll update the game with that fix after the rating period ends.