Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. Let's make a game!
  2. name:Money Clicker
  3. desc:This is a simple idle game where you generate money
  4. created:24/03/2019
  5. updated:24/03/2019
  6. version:1
  7.  
  8. Settings
  9. background:https://wallpapers.wallhaven.cc/wallpapers/full/wallhaven-572527.jpg
  10. building cost increase:110%
  11. building cost refund:50%
  12. spritesheet:icons, 48 by 48, https://upload.wikimedia.org/wikipedia/commons/2/28/98_quarter_obverse.png
  13. stylesheet:stuff/bigBlue.css
  14.  
  15. Layout
  16. use default
  17.  
  18. Buttons
  19. *makeMoney
  20. name:Make Money
  21. desc:Click this to make some Money.
  22. on click:anim icon wobble
  23. on click:yield 1 Dollar
  24. icon:https://upload.wikimedia.org/wikipedia/commons/5/59/One_US_dollar_1917.jpg
  25. no text
  26. class:bigButton hasFlares
  27. icon class:shadowed
  28. tooltip origin:bottom
  29. tooltip class:red
  30.  
  31. Resources
  32. *Dollar|Dollar
  33. name:Dollar|Dollar
  34. desc: This is your Money, You can use it to purchase things to make more Money, get as much Money as possible!
  35. icon:icons[0,00]
  36. class:noBackground
  37. show earned
  38. show max
  39. can be negative
  40.  
  41. Buildings
  42. *LemonadeStand
  43. name:Lemonade Stand
  44. desc:Everybody starts from the bottom, make your first Money selling refreshing Lemonade
  45. on tick:makes 10 Dollars
  46. icon:icons[10,0]
  47. cost:10 money
  48. cost increase:110%
  49. cost refund:50%
  50.  
  51. *FleaMarketStand
  52. name: Flea Market Stand
  53. desc:Sell old Stuff on the Flea Market
  54. on tick:makes 30 Dollars
  55. icon:icons[30,0]
  56. cost:30 money
  57. cost increase:110%
  58. cost refund:50%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement