Advertisement
Mach131

Untitled

Sep 5th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. Arrow keys to move; up to jump, down to drop through thinner platforms
  2. Holding down jump lets you jump higher, and you have a double jump by default
  3.  
  4.  
  5. Changing values
  6. Press 1 to restart the game if you make something tooweird
  7.  
  8. Value - Key to raise/key to lower
  9. explanation
  10. -----
  11. Maximum Horizontal Speed - Q/A
  12. 10 by default; self explanatory
  13.  
  14. Ground Acceleration - W/S
  15. How many steps it takes to reach your maximum speed on the ground (30 FPS). 4 by default
  16.  
  17. Aireal Acceleration - E/D
  18. Same as above, but in the air. 20 by default
  19.  
  20. Gravity - R/F
  21. Vertical speed increases by this while in the air (maximum horizontal speed is capped around 30). 4 by default
  22.  
  23. Jump - T/G
  24. Initial vertical speed when jumping (is actually negative, but shown positive for convenience). 15 by default. Holding the jump button will delay the effects of gravity for up to 7 steps.
  25.  
  26. Midair Jumps - Y/H
  27. Number of times you can jump in midair. 1 by default
  28.  
  29.  
  30.  
  31. ---------------
  32. fun challengethings - get all the way to the right and back to the beginning with these settings
  33.  
  34. Ice Physics - Make both accelerations really high (like 30 and 150)
  35. Learning to Fly - Lots of jumps, but low jump speed (10ish jumps, 8ish speed or else you won't go anywhere)
  36. Too Fast - High speed, low acceleration (32 or less speed or else you can just go through some walls, 1 for both accelerations)
  37. Heavy - 24.25 gravity, 50 jump speed, 0 jumps
  38.  
  39. let me know if you think of any others
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement