the controls are VERY good, jump feels really nice, also sprites and animations have a good feel
one thing to note (apart from the super annoying jump sound): by using keydown_check instead of key_check_pressed you can register input even when in mid air, so the player can jump as soon as is grounded. else when trying to chain jumps the input can get missed and it feels quite bad
Comments7
one thing to note (apart from the super annoying jump sound): by using keydown_check instead of key_check_pressed you can register input even when in mid air, so the player can jump as soon as is grounded. else when trying to chain jumps the input can get missed and it feels quite bad
GOOD ENTRYIA1!1