MasterOfTheYeetz
Member
so basically when I jump my character never comes down ):
no hate plz , and don't bully me for being a noob.
code:
(all in a google doc)
docs.google.com
plz helpful comments.
no hate plz , and don't bully me for being a noob.
code:
(all in a google doc)
Jump Help
Detect key = jumpKey = keyboard_check_pressed(vk_space); jumpKeyAlt = keyboard_check_pressed(vk_up); duckKey = keyboard_check(vk_down); Ground check = function scr_ground_check() { if (duckKey) { ducking = true; jumping = false; falling = true; } if (place_meeting(x, y + 1, oBlo...
plz helpful comments.