Advertisement
QuentinPlaysMC

Game

Mar 14th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. Let's make a game!
  2. name:Accelerate
  3. by:QuentinPlaysMC
  4. desc:Gotta go fast
  5. created:3/14/19
  6. updated:3/14/19
  7. version:1.0
  8.  
  9. Settings
  10. background:stuff/meadow.jpg
  11. building cost increase:500%
  12. building cost refund:50%
  13.  
  14. Layout
  15. use default
  16.  
  17. Buttons
  18. *push
  19. name:Push
  20. desc:Click this to give yourself a little push!
  21. on click:anim icon wobble
  22. on click:yield 1 mps
  23. on click:if (have goldenTouch and chance(1%)) yield 1 goldenCarrot
  24. icon:https://imgur.com/a/BiQ3u2j
  25. no text
  26. class:bigButton hasFlares
  27. icon class:shadowed
  28. tooltip origin:bottom
  29. tooltip class:red
  30.  
  31. Resources
  32. *meter|meters
  33. name:Meter|Meters
  34. desc:Your current distance
  35. icon:https://imgur.com/a/ILRzSVx
  36. class:noBackground
  37. show earned
  38.  
  39.  
  40. Shinies
  41.  
  42.  
  43. Buildings
  44. *TEMPLATE
  45. on click:anim glow
  46.  
  47. *mps
  48. name:MPS
  49. desc:Fastnesss
  50. icon:https://imgur.com/a/ILRzSVx
  51. cost:1 meter
  52. on tick:yield 1 meter
  53. always hidden
  54. start with:1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement