Guest User

Untitled

a guest
Sep 8th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //Gravity
  2. if (place_free(x,y+1,obj_block))
  3. {
  4.     gravity_direction=270
  5.     gravity=1
  6. }
Add Comment
Please, Sign In to add comment