Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

MisterAtompunk

4
Posts
2
Followers
71
Following
A member registered Jun 08, 2021 · View creator page →

Creator of

Recent community posts

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

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.

Thank you so much for taking the time to look over my mess. Your solution fixed it right up and I am waist deep in alien spawns now! Thank you for all your help and patience.