Advertisement
Shotgunstudios

Cool clicker

Feb 26th, 2022 (edited)
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. Let's make a game!
  2.  
  3. name:Cool Clicker
  4.  
  5. by:Shotgunstudios
  6.  
  7. desc:my first epic game (you have to click the cool dudes)
  8.  
  9. created:25/02/2022
  10. version:1
  11.  
  12. Settings
  13.  
  14. background:https://file.garden/YhnsKHZFah3TM9Zd/Background%20(1).png
  15. stylesheet:stuff/bigBlue.css
  16.  
  17. Resources
  18. *coolness
  19. name:Coolness
  20. desc:makes you more cool
  21. icon:https://file.garden/YhnsKHZFah3TM9Zd/cool.png
  22.  
  23. *utpoint|utpoints
  24. name:Utube Point|Utube Points
  25. desc:Points from Utube
  26. icon:https://file.garden/YhnsKHZFah3TM9Zd/utube.png
  27.  
  28.  
  29. Upgrades
  30. *makeAUtubeVideo
  31. name:Make a Utube video
  32. Desc:get more cool by getting more subs!
  33. cost:15 coolness
  34. passive:increase utpoints yield of coolbutton by 2
  35. icon:https://file.garden/YhnsKHZFah3TM9Zd/utube.png
  36.  
  37. *postonbirdmessenger
  38. name:Post on bird messenger
  39. desc:get more cool by getting more followers
  40. cost:25 coolness
  41. passive:increase coolness yield of coolbutton by 4
  42.  
  43. *postslockclick
  44. name:Post on Slock Tock
  45. desc:get more cool by getting more followers
  46. cost:48 coolness
  47. passive:increase coolness yield of coolbutton by 8
  48.  
  49.  
  50. Buttons
  51. *coolbutton
  52. name:Get cooler
  53. desc:Click this cool emoji to get cooler
  54. on click:anim icon wobble
  55. on click:yield 1 coolness
  56. on click:if (have makeAUtubeVideo) yield 2 utpoint
  57. no text
  58. class:bigButton hasFlares
  59. icon class:shadowed
  60. tooltip origin:bottom
  61. tooltip class:red
  62. icon:https://file.garden/YhnsKHZFah3TM9Zd/cool%20emoji.png
  63.  
  64.  
  65. Layout
  66. use default
  67.  
  68.  
  69. Buildings
  70.  
  71.  
  72. *house|houses
  73. name:House|Houses
  74. Desc:get so cool you get more houses
  75. cost:15 coolness
  76. on tick:yield 0.1 coolness
  77. unlocked
  78.  
  79.  
  80. *merchStore|merchStores
  81. name:Merch Stores|Merch Stores
  82. Desc:get so cool you sell merch
  83. cost:10 utpoints
  84. on tick:yield 0.2 coolness
  85. req:100 coolness:earned
  86.  
  87.  
  88. Achievements
  89. *TEMPLATE
  90. on click:anim glow
  91.  
  92. *firstclick
  93. name:First Click!
  94. desc:your first click
  95. req:1 coolbutton:clicks
  96. icon:https://pipe.miroware.io/61f31a16b1fc4b0dc6b59beb/Game%20stuff/Clicking_Time_Achievement.png
  97.  
  98.  
  99.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement