Advertisement
BoiGood

Untitled

May 22nd, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. Let's make a game!
  2. name:Troll Clicker
  3. desc:A game for Trolling, play this game if you like trolling yourself.
  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. *rageButton
  32. name:Rage
  33. desc:wanna rage?, you know what to do!,you have raged (rage:clicks) time|times
  34. on click:anim icon wobble
  35. on click:yield 1 rage
  36. no text
  37. class:bigButton
  38. icon:https://imgur.com/gallery/1Rii6wV
  39. class:bigButton
  40. tooltip origin:bottom
  41. tooltip class:red
  42.  
  43. Resources
  44. *rage|rages
  45. name:rage|rages
  46. desc:This is how many rages you have
  47. icon:Pictures/small rage - Copy.jpg
  48. class:noBackground
  49. hidden when 0
  50.  
  51. *goldenrage|goldenrages
  52. name:golden rage|golden rages
  53. desc:ooh special rages
  54. icon:Pictures/small rage.jpg
  55. class:noBackground
  56. hidden when 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement