Pyronic

amazing

Jan 22nd, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. Let's make a game!
  2. name:Money Maker
  3. by:Alito
  4. desc:Money
  5. created:25/7/2017
  6. updated:24/10/2017
  7. version:1
  8.  
  9. Settings
  10. stylesheet:stuff/bigBlue.css
  11. building cost increase:100%
  12. building cost refund:100%
  13.  
  14. CSS
  15. #game.filtersOn .thing.cantAfford.notOwned
  16. {
  17. filter:blur(1px);
  18. }
  19.  
  20. Layout
  21. use default
  22.  
  23. Resources
  24. *money
  25. name:Money
  26. desc:Total Money
  27. icon:https://i.imgur.com/mPG0i0d.png
  28. show earned
  29. start with:10
  30.  
  31. *time
  32. name:Time
  33. desc:Total Time
  34. icon:https://i.imgur.com/UxevYw6.png
  35. show earned
  36. on tick:yield 1 time
  37.  
  38.  
  39. *tokens
  40. name:Tokens
  41. desc:Tokens are used for buying prestige upgrades
  42. icon:https://i.imgur.com/IBn3GSp.png
  43. hidden when 0
  44.  
  45.  
  46. *one
  47. name:1
  48. desc:1
  49. icon:https://i.imgur.com/H4qcpcr.png
  50.  
  51. Buildings
  52.  
  53. *OneMaker
  54. name:1 Maker
  55. desc:1 Maker
  56. on tick:yield (money*one) money
  57. cost:10 money
Advertisement
Add Comment
Please, Sign In to add comment