Hello tink bat, welcome to the download only gang. We don’t seem to get many reviews, so I’m here to download your game and bump your review count haha. Best of luck. Now, onto the game -> High score -2, not sure if that was intended to mean “negative 2” but I read is as that and loved it. The player movement is extremely smooth, how did you accomplish that? My recommendation though would be to add some screen shakes when things explode, to really add to the feel
Viewing post in Tartartus I jam comments
Oof, the high score thing is a bug. It should actually say no high score. Definitely needs more juice, you're right! Originally I wanted the lava surface of the planet to dynamically reflect the game state as well, but I hadn't figured out how to pass the entire enemy death update to the shader before crunch time.
If you ever figure that out, let me know. Def something I’m going to need to know in the future. My guess would be to have a signal on a global object, then whenever an enemy dies, trigger that signal with position data. Then on the planet listen to the signal and apply the information to the shader on that object? Who knows