Very nice use of particles! ^ ^ The explosions look very cool. I think I broke the game, not pun intended lol! In the level where you gain access to the infinite jump, if you back away from the trigger and hit the wall you get sent flying into the air and I some how managed to land on top of it. I jumped down to the opposite side thinking I may find an easter egg, but I just kept falling into the endless void. XD Cool app!
Viewing post in Errors.cs jam comments
Thanks, I'm glad you enjoyed it! Nah, the bug you found was just poor game design on my part (not a beginner, but far from being an expert lol). Some of the walls are given a tag(wall) that tells the player to jump even when the jump button isn't pressed - if (hit(wall)) { player.jump = true; } I'll see if I can fix that lol. In hindsight, I'm really glad I added that restart button XD.