Advertisement
Andou666

Untitled

Nov 6th, 2018
594
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. Let's make a game!
  2. name: Waste Of Time CLICKER
  3. by:Andou666
  4. desc: Life is too short to waste.
  5. created:06/11/2018
  6. updated:06/11/2018
  7. version:1
  8.  
  9. Settings
  10. building cost increase:101%
  11. building cost refund:50%
  12. stylesheet:stuff/bigBlue.css
  13.  
  14. Layout
  15. use default
  16.  
  17. Buttons
  18. *EmptyButton
  19. name:Make null
  20. desc:Click me. It is a waste of time.
  21. on click:yield (random(10,100)) click
  22. show clicks
  23. no text
  24. class:bigButton hasFlares
  25. icon class:shadowed
  26. tooltip origin:bottom
  27. tooltip class:tooltipStyle
  28.  
  29. Resources
  30. *click|click
  31. name:Click|Clicks
  32. desc:This is a click counter.
  33. icon:https://i.imgur.com/vGt2vgu.png
  34. class:noBackground
  35. show earned
  36.  
  37.  
  38. CSS
  39. .tooltipStyle{
  40.  
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement