Advertisement
marlosgama

Untitled

Apr 7th, 2020
575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.20 KB | None | 0 0
  1.   def update
  2.     update_animation
  3.     # VXA-OS
  4.     #select_player_target
  5.     update_animate_attack
  6.     return update_jump if jumping?
  7.     return update_move if moving?
  8.     return update_stop
  9.   end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement