Advertisement
Guest User

Thomas's Variables once created

a guest
Mar 4th, 2015
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. ///Initialize Variables
  2. grav = 0.2;
  3. hsp = 0;
  4. vsp = 0;
  5. movespeed = 4;
  6.  
  7.  
  8.  
  9. jumpspeed_normal = 7;
  10. jumpspeed_powerup = 10;
  11.  
  12. jumpspeed = jumpspeed_normal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement