Pyronic

Untitled

Dec 29th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. Let's make a game!
  2. name:Money Clicker
  3. by:Alito
  4. desc:Money
  5.  
  6.  
  7. Settings
  8. stylesheet:stuff/bigBlue.css
  9. building cost refund:1%
  10.  
  11.  
  12.  
  13. Layout
  14. use default
  15.  
  16.  
  17. Buttons
  18. *moneyButton
  19. name:Click
  20. desc:Click
  21. on click:yield 1 money
  22.  
  23.  
  24.  
  25.  
  26. Resources
  27.  
  28. *money
  29. name:Money
  30. desc:Money
  31. show earned
  32.  
  33. *tokens
  34. name:Tokens
  35. desc:Tokens
  36. show earned
  37.  
  38. Buildings
  39.  
  40. *machines
  41. name:Machines
  42. desc:Earn a bit more money with these machines.
  43. cost:100 money
  44. cost increase: 1000%
  45. passive:multiply money yield of moneyButton
  46. unlocked
Advertisement
Add Comment
Please, Sign In to add comment