Guest User

Untitled

a guest
Jan 22nd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. if (vspeed < 0 || facing==RIGHT)
  2. {
  3. sprite_active = Finn_Jump_Up;
  4. }
  5. else
  6. {
  7. sprite_active = Finn_Jump_Up_Left;
  8. }
Add Comment
Please, Sign In to add comment