Advertisement
Haddock02

Untitled

Apr 11th, 2020
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. Let's make a game!
  2. name:Snus Clicker
  3.  
  4. Settings
  5. background:Pictures/jaman.jpg
  6. building cost increase:120%
  7.  
  8. CSS
  9. #game
  10. {
  11. background:cornflowerblue;
  12. font-family:"Times New Roman",Times,serif;
  13. color:black;
  14. }
  15.  
  16. #game.filtersOn .thing.cantAfford.notOwned
  17. {
  18. filter:blur(3px);
  19. }
  20.  
  21. .thing
  22. {
  23. border-radius:8px;
  24. background:rgba(255,255,255,0.5);
  25. }
  26.  
  27. Buttons
  28. *snusButton
  29. name:Grab a snus!
  30. desc:Click on the snus to köra upp den i käften
  31. on click:anim icon wobble
  32. on click:yield 1 Snus
  33. icon:pictures/prilla.png
  34.  
  35. Resources
  36. *Snus|Snus
  37. name:Snus|Snus
  38. desc:These are your snus. You can use them to purchase things. Your goal is to accumulate a kingdom of snus!
  39. show earned
  40.  
  41. Buildings
  42.  
  43. *Kaliber|Kaliber
  44. name:Kaliber|Kaliber
  45. desc:Give 0.1 snus per second
  46. cost:15 snus
  47. on tick:yield 0.1 snus
  48. unlocked
  49.  
  50. *Brukssnus|Brukssnus
  51. name:Brukssnus|Brukssnus
  52. desc:Give 0.5 snus per second
  53. cost:100 snus
  54. on tick:yield 0.5 snus
  55. req:75 snus:earned
  56.  
  57. *LD|LD
  58. name:LD|LD
  59. desc:Give 10 snus per second
  60. cost:2000 snus
  61. on tick:yield 10 snus
  62. req:1500 snus:earned
  63.  
  64. *Lundgren|Lundgrens
  65. name:Lundgren|Lundgrens
  66. desc:Give 25 snus per second
  67. cost:4500 snus
  68. on tick:yield 25 snus
  69. req:3000 snus:earned
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement