IronDizaster

Untitled

Jul 23rd, 2022 (edited)
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. Let's make a game!
  2. name:Tycoon Simulator
  3. by:IronDizaster
  4. forum post:money maker
  5. desc:You live in a world where anything is possible. Start as a homeless man, climb your way up the social ladder & make millions!
  6.  
  7.  
  8. Settings
  9. spritesheet:icons, 48 by 48, https://imgur.com/ll84cAS.png
  10. stylesheet:stuff/bigBlue.css
  11. stylesheet:https://pastebin.com/8Z8CGP0g
  12. background:https://imgur.com/d8vcvlj.jpg
  13.  
  14. Resources
  15. *cash
  16.  
  17. *percentageMulti
  18. is always:(cash:ps*0.01)
  19.  
  20. Buildings
  21. *test
  22. on tick:yield 100 cash
  23.  
  24. Upgrades
  25.  
  26. *testUpgrade
  27. passive:increase yield of testButton by percentageMulti
  28.  
  29. *testUpgrade2
  30. passive:multiply cash yield of testButton by 2
  31.  
  32. *testUpgrade3
  33. passive:multiply cash yield of testButton by 2
  34.  
  35. *testUpgrade4
  36. passive:multiply cash yield of testButton by 2
  37.  
  38.  
  39.  
  40.  
  41. Buttons
  42. *testButton
  43. on click:yield 1 cash
  44.  
  45. class:bigButton
  46.  
Advertisement
Add Comment
Please, Sign In to add comment