Advertisement
BoiGood

Untitled

May 22nd, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. Let's make a game!
  2. name:RageClicker
  3. desc:A game for raging, play this game if you like raging.
  4. created:23/5/2019
  5. updated:23/5/2019
  6. version:alpha 1.10
  7.  
  8. Settings
  9. building cost increase:115%
  10. building cost refund:80%
  11. spritesheet:icons, 48 by 48
  12.  
  13. Layout
  14. use default
  15.  
  16. CSS
  17. #game
  18. {
  19. background:green;
  20. font family:"Times New Roman",Times,serif:
  21. color:black;
  22. }
  23.  
  24. CSS
  25. .thing
  26. {
  27. text-shadow:1px 1px 0 red;
  28. }
  29.  
  30. Buttons
  31. *TrollButton
  32. name:Troll
  33. desc:wanna rage?(Troll:clicks) time|times
  34. on click:anim icon wobble
  35. on click:yield 1 Troll
  36. class:bigButton hasFlares
  37. icon:https://imgur.com/gallery/1Rii6wV
  38. class:bigButton hasFlares
  39. tooltip origin:bottom
  40. tooltip class:red
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement