Advertisement
DuckxSTUDIOS

Untitled

Feb 1st, 2023
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Let's make a game!
  2. name:Egg Clicker
  3. desc:*Crack*
  4. by:Duckx
  5. version:1
  6.  
  7.  
  8. Settings
  9. building cost increase:150%
  10. building cost refund:75%
  11. spritesheet:images, 32 by 32,
  12.  
  13.  
  14. CSS
  15. #game { background:cornflowerblue; font-family;"Times New Roman",Times,serif; color:black; }
  16.  
  17.  
  18. Buttons
  19. *EggButton
  20. name:Egg
  21. desc:Click the egg to make more eggs!
  22. on click:anim wobble
  23. on click:yield 1 egg
  24. class:bigButton
  25. show clicks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement