Pyronic

Untitled

Dec 23rd, 2018
130
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:Water Clicker
  3. by:Alito
  4.  
  5.  
  6. Settings
  7. stylesheet:stuff/bigBlue.css
  8.  
  9. Layout
  10. use default
  11.  
  12. Buttons
  13. *waterButton
  14. name:Make some raindrops
  15. desc:Click for raindrops
  16. on click:yield 1 raindrops
  17. icon:https://i.imgur.com/qYS7foU.png
  18. no text
  19. class:bigButton hasFlares
  20. icon class:shadowed
  21. tooltip origin:bottom
  22. tooltip class:red
  23.  
  24. Resources
  25. *raindrops
  26. name:Raindrops
  27. desc:Raindrops
  28. show earned
  29.  
  30. Buildings
  31.  
  32. *sink
  33. name:Sink
  34. desc:1 raindrop every second.
  35. cost:75 raindrops
  36. on tick:yield 1 raindrops
  37. unlocked
  38.  
  39. *aquarium
  40. name:Aquarium
  41. desc:5 raindrops every second.
  42. cost:500 raindrops
  43. on tick:yield 5 raindrops
  44. unlocked
  45.  
  46. Upgrades
  47.  
  48. *waterUpgrade1
  49. name:More Raindrops I
  50. desc:more raindrops
  51. passive:increase raindrops yield of waterButton
Advertisement
Add Comment
Please, Sign In to add comment