Advertisement
Shotgunstudios

Game developer clicker

May 20th, 2022 (edited)
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. Let's make a game!
  2. name:Game Developer simulator
  3. by: Shotgunstudios
  4. desc: Be a game developer
  5. created: 20/5/2022
  6.  
  7. Settings
  8. background:https://file.garden/YhnsKHZFah3TM9Zd/Game%20dev%20sim%20images/Background%20(1)%20(1).png
  9. stylesheet:stuff/bigBlue.css
  10.  
  11. Resources
  12. *lineofcode
  13. name:Lines of code
  14. desc:You type lots of lines of code to make a game
  15.  
  16. *games
  17. name:Games
  18. desc: Video game
  19.  
  20. *popularity
  21. name:Popularity
  22. desc:How popular you are!
  23.  
  24. Buttons
  25. *Type
  26. name:Type
  27. desc:Click this to type a line of code
  28. on click:anim icon wobble
  29. on click:yield 1 lineofcode
  30. on click:if (have releasefirstgame) yield 0.1 games
  31. no text
  32. class:bigButton hasFlares
  33. icon class:shadowed
  34. tooltip origin:bottom
  35. tooltip class:red
  36. icon:https://file.garden/YhnsKHZFah3TM9Zd/Game%20dev%20sim%20images/computercode.png
  37.  
  38. Buildings
  39.  
  40.  
  41. *worker
  42. name:Worker
  43. Desc:Hire a worker
  44. cost:30 popularity
  45. on tick:yield 0.1 lineofcode
  46. unlocked
  47.  
  48.  
  49. Upgrades
  50. *releasefirstgame
  51. name:Start releasing your games!
  52. Desc:The start of your game making journey!
  53. cost:10 lineofcode
  54. passive:increase lineofcode yield of Type by 2
  55. icon:https://file.garden/YhnsKHZFah3TM9Zd/Game%20dev%20sim%20images/firstgameupgrade.png
  56.  
  57.  
  58. Achievements
  59. *TEMPLATE
  60. on click:anim glow
  61.  
  62. *firstclick
  63. name:
  64. desc:your first click
  65. req:1 lineofcode
  66. icon:https://pipe.miroware.io/61f31a16b1fc4b0dc6b59beb/Game%20stuff/Clicking_Time_Achievement.png
  67.  
  68. *firstgame
  69. name:First Game!
  70. desc:The start of your game making journey
  71. req:1 games
  72. icon:https://file.garden/YhnsKHZFah3TM9Zd/Game%20dev%20sim%20images/firstgameachivment.png
  73.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement