Advertisement
sumas

example

Jan 11th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. Let's make a game!
  2.  
  3. Layout
  4. use default
  5.  
  6. Buttons
  7. *click
  8. name:Button
  9. desc:A button.
  10. on click:yield 1 gold
  11. on click:anim wobble
  12. class:bigButton hasFlares
  13. Resources
  14. *gold
  15. name:Gold
  16. desc:A septim
  17. show earned
  18.  
  19. Buildings
  20. *cat|cats
  21. name:Cat|Cats
  22. desc:A cat that presses a button
  23. cost:5 gold
  24. req:1 gold:earned
  25. on tick:yield .5 gold
  26.  
  27. Upgrades
  28. *catnip
  29. name:Catnip
  30. desc:Put catnip on the buttons
  31. cost:10 gold
  32. passive:multiply yield of cats 3
  33. req:10 gold:earned
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement