Advertisement
DuckxSTUDIOS

Egg Clicker

Jan 25th, 2023 (edited)
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.55 KB | None | 0 0
  1. Let's make a game!
  2.  
  3.      name:Cow Clicker
  4.      by:Duckx
  5.      desc:*Moo*
  6.      version:1
  7. Settings
  8.       building cost increase:150%
  9.    building cost refund:75%
  10.      spritesheet:Images, 50 by 50, https://i.imgur.com/WO3kVPr.png
  11.  
  12. CSS
  13.   #game { background:cornflowerblue; font-family:"Times New Roman",Times serif; color:black; }
  14.  
  15.  
  16. Buttons
  17. *MilkButton
  18. name:MilkButton
  19. desc:Click the cow to get milk!
  20. on click:yield 1 Milk
  21. class:bigButton
  22. show clicks
  23. icon:https://i.imgur.com/XvuuVdi.png
  24. no text
  25.  
  26. Resources
  27. *Milk
  28. name:Milk
  29. desc:tasty!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement