Advertisement
sumas

Untitled

Jan 10th, 2019
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Let's make a game!
  2. name: indev
  3. desc: test game
  4. by:sumas
  5. Layout
  6. *boxkey
  7. contains:Buttons
  8. contains:Resources
  9. *box2
  10. contains:Buildings
  11. contains:Upgrades
  12. Buttons
  13. *button
  14. on click:yield 1 g
  15. class:bigButton hasFlares
  16.  
  17. Resources
  18. *g
  19. name:gold
  20. class:noBackground
  21. show earned
  22. Buildings
  23. *cat
  24. name:cat
  25. on tick:yield 1 g
  26. unlocked
  27. cost:1 g
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement