Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Really interesting controls. Sadly I got stuck on the first trampoline level, it was quite confusing, because everything killed except the flag, but the flag didn't do anything, I just bounced off the top of the flag.

(+1)

the spikes shouldn't kill you, if they did, that's a bug

Ah I see, then I think it bugged out.

not sure why that would occur, there's no fall code for that level, nor is there any objects with the deadly object code on them.

(1 edit)

I did some testing and I suspect it is your level loading logic that is buggy.

I tried hitting the spike over and over again and there is a low chance that it actually drops to the next level (the level with coins). When the spike didn't work sometimes an image popped in for 1 frame which looked like coins (perhaps the coin level). Also when I completely reload the page and the game sometimes the 2nd level is this trampoline level.

I suspect, that the spike works but the game loads the wrong level.

PS: this is the "buggy" trampoline level by the way

That is actually a known issue, where the level loader thinks that a level is level 9 at the start, and since you can't touch the ground in that level, that causes the bug.