Guest User

Untitled

a guest
Jul 15th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Not moving
  2. if !(place_free(x,y+1) && !(keyboard_check_direct(vk_left)) && !(keyboard_check_direct(vk_right))) {
  3.     sprite_index = spr_t_still
  4. }
Add Comment
Please, Sign In to add comment