View all by yanniboi
yanniboi
Follow yanniboi
Follow
Following yanniboi
Following
Add To Collection
Collection
Comments
Devlog
Submission to GDFG's Monthly Game Jam #6
Tower Offender
←
Return to Tower Offender
Devlog
Simple dialogue system
June 19, 2021
by
yanniboi
I've added a simple dialogue system. Its just a set of strings in an array that gets cycled through and closed at the end. Gives the player some form of tutorial information and maybe a trigger for st...
Continue reading
Combined timer and health UI
June 19, 2021
by
yanniboi
Rather than having mutliple UI components for showing the timer before the hero arrives and the heros health once he is there, I moved the health and timer UI components into the same region of the ca...
Continue reading
Zelda style heart animation
June 19, 2021
by
yanniboi
I wanted to create a zelda style healthbar. This meant having a single heart sprite that could be broken up into quarters so that every quarter represents a health point. The asset pack already provid...
Continue reading