Amazing game and very polished! i'm pretty curious on how you made the string animations (the ones with each letter of the word moving) but that's just me. Very well done!
Viewing post in Dead Deal jam comments
Using textmeshpro (a unity thing), each letter is rendered on its own mesh; I’m just moving those individual meshes around using a script. If you wanted to replicate, there’d be plenty of assets available, or you can check out the tmp sample project, which has some good... samples. Anyways, thanks for playing, I’m glad you enjoyed!