Advertisement
brad989898games

sonic clicker

Apr 20th, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. Let's make a game!
  2. name:Sonic clicker
  3. by:Brad989898games
  4. desc:A game where you click a sonic to get faster
  5. created:4/20/2019
  6. updated:4/20/2019
  7. version:testing
  8. //to do-upgrades
  9.  
  10. Settings
  11. background:file:http://cdn-r1.unilad.co.uk/wp-content/uploads/2016/04/Green_Hill_Zone_Large.jpg
  12. building cost increase:190%
  13. building cost refund:90%
  14. spritesheet:icons, 48 by 48, file:http://cdn-r1.unilad.co.uk/wp-content/uploads/2016/04/Green_Hill_Zone_Large.jpg
  15. stylesheet:stuff/bigBlue.css
  16.  
  17. CSS
  18. #game
  19. {
  20. background:cornflowerblue;
  21. font-family:"Times New Roman",Times,serif;
  22. color:black;
  23. }
  24.  
  25. Layout
  26. use default
  27.  
  28. Buttons
  29. *getspeed
  30. name:sonic
  31. desc:click me
  32. on click:yield 1 speed
  33. class:bigButton
  34.  
  35. Resources
  36. *speed|speed
  37. name:speed|speed
  38. desc:YOUR TO SLOW!!!
  39. show earned
  40.  
  41. Buildings
  42. *sonicshouse|sonicshouse
  43. name:Sonic's House|Sonic's House
  44. desc:sonic's own home for you to run around in but it's big
  45. cost:15 speed
  46. on tick:yield 1 speed
  47. req:5 speed:earned
  48.  
  49. Upgrades
  50. *tails
  51. name:"tails"
  52. desc:tails wants to help you get fast.<//><b>Effect:</b><.>2* speed/click
  53. cost:100 speed
  54. passive:multiply speed yield of getspeed by 2
  55. req:1 sonicshouse
  56.  
  57. *knuckles
  58. name:knuckles
  59. desc:he will <b>break</b> rocks so you can go faster<//>Effect:</b><.>2*speed/click<.>2*sonic's house
  60. cost:500 speed
  61. passive:multiply yield of sonicshouse by 2
  62. passive:multiply speed yield of getspeed by 2
  63. req:1 sonicshouse
  64.  
  65. Achievements
  66. *gottagofast
  67. name:gotta go fast
  68. desc:have sonic's house so you can stop being <b>TO SLOW</b>.
  69. req:1 sonicshouse
  70. *therockbreaker
  71. name:the KNUCKLES
  72. desc:you got <b>THE KNUCKLES</b> to break rocks so you stop being <b> TO SLOW</b>.
  73. req:knuckles
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement