Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

The way this game looks is really impressive.  You've got some really good pixel art, it's certainly better than what I could do.  If you don't mind me saying, though, I think the wall jumping would have felt better if you used the keyboard_check_pressed function (or key pressed event) instead of what I assume you used, which is the keyboard_check function (or key down event).  Still though, good work.

(+1)

Thank you so much!!! I don't really do pixel art outside of games, but I've been learning a little just to make the presentation a bit better. I think you're absolutely right with the key press event, but early in development the only way I'd known to make it work was with a bunch of if statements and needlessly complex checks that I couldn't change so late when I actually learned the easier way. Thanks a lot for your response!