Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

This is super awesome I had a great time playing!  Very clever mechanics and tough but fair and fun levels.  I like the star system a lot because I could continue on while only partially nailing the level and then come back to it once I'd seen more stuff.  The level of polish makes the gameplay very crisp and enjoyable to interact with.  Love the art and the whole game really.

I was curious how y'all did that letter by letter text jump / dance?  Makes the UI feel very lively :)

(1 edit) (+1)

Thanks for playing, I'm glad you enjoyed it! On a similar note to the reply you sent me, the letter dance is a built-in effect. If you use a RichTextLabel and enable BBcode you can get it to do a lot of cool stuff with very little effort. This one in particular was the [wave] effect https://docs.godotengine.org/en/stable/tutorials/ui/bbcode_in_richtextlabel.html...