Pyronic

festis

Aug 12th, 2020 (edited)
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. Let's make a game!
  2. name:Festis Clicker
  3. by:Alito
  4. desc:This is a simple idle game to showcase some of the basic functionalities of Idle Game Maker.<//>Make bunnies and shoot for the stars!
  5. created:25/7/2017
  6. updated:24/10/2017
  7. version:1
  8.  
  9. Settings
  10. background:https://i.imgur.com/wiy3Cmc.jpg
  11. building cost increase:115%
  12. building cost refund:50%
  13. spritesheet:icons, 48 by 48, stuff/bunnyIcons.png
  14. stylesheet:stuff/bigBlue.css
  15.  
  16. Layout
  17. use default
  18.  
  19. Buttons
  20. *FestisButton
  21. name:Panta Festis
  22. desc:Panta Festis
  23. on click:anim icon wobble
  24. on click:yield 1 pant
  25. icon:https://i.imgur.com/vYtEhbt.png
  26. no text
  27. class:bigButton hasFlares
  28. icon class:shadowed
  29. tooltip origin:bottom
  30. tooltip class:red
  31.  
  32. Resources
  33. *pant
  34. name:Pant
  35. desc:Hur mycket pant pengar du har
  36. icon:icons[0,0]
  37. class:noBackground
  38. show earned
  39.  
  40.  
  41.  
  42.  
  43. Buildings
  44. *TEMPLATE
  45. on click:anim glow
  46.  
  47. *strawberry
  48. name:Strawberry Festis
  49. desc:+1 pant per sekund
  50. icon:https://i.imgur.com/VC3WjZ0.png
  51. cost:15 pant
  52. on tick:yield 1 pant
  53. unlocked
  54.  
  55.  
  56.  
Add Comment
Please, Sign In to add comment