Advertisement
Builder17

grant example

Oct 27th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. Let's make a game!
  2. name:AD example
  3. by:Builder17
  4. created:27/10/2019
  5. updated:27/10/2019
  6. version:1
  7.  
  8. Settings
  9. building cost increase:200%
  10. building cost refund:9%
  11. stylesheet:stuff/bigBlue.css
  12.  
  13. Layout
  14. use default
  15.  
  16. Buttons
  17. *getMoney
  18. name:Get money
  19. on click:yield 1 money
  20. class:bigButton
  21. no tooltip
  22.  
  23. Resources
  24. *money
  25. name:Money
  26. show earned
  27.  
  28. Buildings
  29. *ad1
  30. on tick:yield 1 money
  31. hidden when 0
  32. no buy
  33.  
  34. *ad2
  35. name:Building producer
  36. on tick:grant 1 ad1
  37. cost:2 money
  38. start with:1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement