Simanalix343

Delete Later 1 paste

Oct 22nd, 2020 (edited)
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Let's make a game!
  2. //'
  3.        name:cat clicker
  4.        by:vixp1x
  5.        desc:a game about cats
  6.        created:21/10/2020
  7.        updated:21/10/2020
  8.        version:1.0
  9. CSS
  10.  
  11. .thing.icon,.thing-icon{
  12.   background-size:cover;
  13. }
  14.  
  15. Settings
  16.         background:https://www.muralswallpaper.com/app/uploads/grey-ombre-product.jpg
  17.         building cost increase:115%
  18.         building cost refund:50%
  19.  
  20. Layout
  21.   use default
  22.   *achievs
  23.     in:main
  24.     contains:Achievements
  25.  
  26. Buttons
  27.     *catbutton
  28.         name:Make a cat
  29.         desc:Click this cat to get more cats
  30.         on click:anim icon wobble
  31.         on click:yield catCash
  32.         icon:https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/collections/pixel-art-tools/pixel-art-tools.png
  33.         no text
  34.         class:bigButton hasFlares
  35.         icon class:shadowed
  36.         tooltip origin:bottom
  37.         tooltip class:red
  38.  
  39. Resources
  40.          Resources
  41.     *catCash|catCash
  42.         name:CatCash|CatCash
  43.         desc:These are your cats. You can use them to purchase things. Your goal is to have as many cats as possible!
  44.         icon:https://art.pixilart.com/279c04744561021.png
  45.         class:noBackground
  46.         show earned
  47.  
  48. Buildings
  49.     *TEMPLATE
  50.         on click:anim glow
  51.          *food|food
  52.         name:food|food
  53.         desc:cat need food. Produces 1 catCash every 10 seconds.
  54.         icon:https://toppng.com/uploads/preview/fast-food-11549470764zfdstlnivq.png
  55.         cost:15 catCash
  56.         on tick:yield 0.1 catCash
  57.         unlocked
  58.            
  59.  
  60.  
Add Comment
Please, Sign In to add comment