Advertisement
Guest User

game

a guest
Apr 1st, 2020
527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. name:PhoneMaker
  2. by:Darius
  3. desc:Create phones to level up your industry.
  4. created:01/04/2020
  5. version:1
  6.  
  7. Settings
  8. background:background.jpg
  9. building cost increase:108%
  10. building cost refund:38%
  11. spritesheet:icons, 48 by 48, stuff/phone.png
  12. stylesheet:stuff/bigWhite.css
  13.  
  14. Layout
  15. use default
  16.  
  17. Buttons
  18. *phoneButton
  19. name:Make a phone
  20. desc:Click to gain money!
  21. on click:anim icon wobble
  22. on click:yield 1 phone
  23. class:bigButton hasFlares
  24. icon class:shadowed
  25. tooltip origin:bottom
  26. tooltip class:blue
  27.  
  28. Resources
  29. *phone|phones
  30. name:Phone|Phones
  31. desc:These are your phones. You can use them to purchase things.
  32. icon:icons[0,0]
  33. class:noBackground
  34. show earned
  35.  
  36. Buildings
  37. *TEMPLATE
  38. on click:anim glow
  39.  
  40. *garage|garages
  41. name:Garage|Garages
  42. desc:A garage capable of having two robots to make phones.
  43. icon:icons[3,0]
  44. cost:10 phones
  45. on tick:yield 0.3 phones
  46. unlocked
  47. *warehouse|warehouses
  48. name:Warehouse|Warehouses
  49. desc:Warehouse with 5 robots to make phones
  50. icon:icons[3,1]
  51. cost:18 phones
  52. req:50 phones:earned
  53. *factory|factories
  54. name:Factory|Factories
  55. desc:Factory with 100 robots to make phones
  56. icon:icons[3,2]
  57. cost:100 phones
  58. req:80 phones:earned
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement