I wanted to give an update on Galaxy Wreck. It has come a long way and I'm very proud of what it's become. Thank you for all your help! https://misteratompunk.itch.io/galaxywreck
MisterAtompunk
4
Posts
2
Followers
72
Following
A member registered Jun 08, 2021 · View creator page →
Creator of
Escape before your oxygen and luck run out! Early Access Version!
Action
Play in browser
Recent community posts
I used your track "Parabola" in my game. Thank you for offering your music for use! Game link: https://misteratompunk.itch.io/galaxywreck
You'll need to call the renderStats() function whenever you want to update the stats displayed in the stats box at the bottom of the game screen. The template has a line under "Player" section that calls the renderStats(); function when a coin is moved on by the player character. To update the hitpoint stat during combat you'll need to add renderStats(); somewhere in your "Combat" section, like after an attack. You can also add it near the end of the "Player" section when the player moves to update every time the player takes a step.