Pyronic

Untitled

Apr 23rd, 2020
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. Let's make a game!
  2. name:Festis Clicker
  3. by:Alito
  4. desc:Festis
  5. created:25/7/2017
  6. updated:24/10/2017
  7. version:1
  8.  
  9. Settings
  10. stylesheet:stuff/bigBlue.css
  11. building cost increase:50%
  12. building cost refund:75%
  13. background:https://i.imgur.com/62c0IIfg.png
  14.  
  15. CSS
  16. #game.filtersOn .thing.cantAfford.notOwned
  17. {
  18. filter:blur(1px);
  19. }
  20.  
  21. Layout
  22. use default
  23.  
  24. Buttons
  25. *FestisButton
  26. name:Festis
  27. desc:Festis
  28. on click:yield 1 festis
  29. icon:https://i.imgur.com/s8uPytt.png
  30. no text
  31. class:bigButton hasFlares
  32. icon class:shadowed
  33. tooltip origin:bottom
  34. tooltip class:red
  35.  
  36.  
  37. Resources
  38. *festis
  39. name:Festis
  40. desc:Total Festis
  41. show earned
  42. start with:10
  43.  
  44.  
  45. Buildings
  46.  
  47. *printers
  48. name:Printers
  49. desc:1 money per sec
Advertisement
Add Comment
Please, Sign In to add comment