Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. Let's make a game!
  2. name:pie baker
  3. by:tsb
  4. desc:This is a fun game about how many pies you can earn
  5. created:21/1/18
  6.  
  7. Settings
  8. building cost increase:115%
  9. building cost refund:75%
  10.  
  11. Layout
  12. *resources
  13. contains:Resources
  14. header:These are your resources.
  15. *buildings
  16. contains:Buildings
  17. header:These are things you can build.
  18. tooltip origin:left
  19. *unlockables
  20. contains:Upgrades, Achievements
  21. names:hide
  22.  
  23. Buttons
  24. *piebutton
  25. name:bake a pie
  26. desc: click button to get pies
  27. on click:anim icon wobble
  28. on click:yield 1 pie
  29. class:bigButton hasFlares
  30. icon class:shadowed
  31.  
  32. Resources
  33. *pie
  34. name:pie|pies
  35. desc:A scrumptious pie
  36.  
  37. Buildings
  38. *grampa
  39. name:grampa|grampas
  40. desc:stealing grampas is that illegal? Produces 1 pie per second
  41. icon:icons[3,0]
  42. cost:50 pies
  43. on tick:yield 1 pie
  44. unlocked
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement