Advertisement
Belfagor

Untitled

Jan 23rd, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. Let's make a game!
  2. name:Bundowsky
  3. desc:OOOOOH BOYYYYY
  4. created:24/01/2019
  5. version:0.0 alpha
  6. Settings
  7. background:stuff/meadow.jpg
  8. building cost increase:115%
  9. building cost refund:50%
  10. spritesheet:icons, 48 by 48, stuff/bunnyIcons.png
  11. stylesheet:stuff/bigBlue.css
  12.  
  13. Layout
  14. use default
  15.  
  16. Buttons
  17. *bunnyButton
  18. name:Make a bunny
  19. desc:Click this little bunny to get more bunnies!
  20. on click:anim icon wobble
  21. on click:yield 1 bunny
  22. on click:if (have goldenTouch and chance(1%)) yield 1 goldenCarrot
  23. icon:stuff/bunny.png
  24. no text
  25. class:bigButton hasFlares
  26. icon class:shadowed
  27. tooltip origin:bottom
  28. tooltip class:red
  29.  
  30. Resources
  31. *bunny|bunnies
  32. name:Bunny|Bunnies
  33. desc:These are your bunnies. You can use them to purchase things. Your goal is to have as many bunnies as possible!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement