Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. Let's make a game!
  2. name: Nuts Clicker
  3. by:Deez
  4. desc: Deez Nutz...
  5. created:25/7/2017
  6. updated:24/10/2017
  7. version:1
  8.  
  9. Settings
  10. background:stuff/meadow.jpg
  11. building cost increase:101%
  12. building cost refund:2%
  13. spritesheet:icons, 48 by 48, stuff/bunnyIcons.png
  14. stylesheet:stuff/bigBlue.css
  15.  
  16. Layout
  17. use default
  18.  
  19. Buttons
  20. *DeezNutzButton
  21. name: Deez nuts
  22. desc:Click this little bunny to get more bunnies!
  23. on click:anim icon wobble
  24. on click:yield 1 Nuts
  25. on click:if (have goldenTouch and chance(1%)) yield 1 DeezNutz
  26. icon:stuff/bunny.png
  27. no text
  28. class:bigButton hasFlares
  29. icon class:shadowed
  30. tooltip origin:bottom
  31. tooltip class:red
  32.  
  33. Resources
  34. *Nut|nuts
  35. name:nut|nuts
  36. desc:These are YOUR nutz. You can use them to purchase things. Your goal is to have as many men's nutz as possible!
  37. icon:icons[0,0]
  38. class:noBackground
  39. show earned
  40. *Deez|deezs
  41. name:Deez|deezs
  42. desc:These are YOUR Deitz. You can use them to purchase things. Your goal is to have as many men's Deitz as possible!
  43. icon:icons[0,0]
  44. class:noBackground
  45. show earned
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement