Advertisement
varkarrus

Idle Game

Jan 9th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. Let's make a game!
  2. name:POWER UP TO THE VERY LIMIT
  3. by:Varkarrus
  4.  
  5. Settings
  6. background:stuff/meadow.jpg
  7. building cost increase:115%
  8. building cost refund:50%
  9. spritesheet:icons, 48 by 48, stuff/bunnyIcons.png
  10. stylesheet:stuff/bigBlue.css
  11. Layout
  12. use default
  13.  
  14. Buttons
  15. *powerupButton
  16. name:Power Up
  17. desc:Click this button to increase your power level
  18. on click:anim icon wobble
  19. on click:yield 1 power
  20. icon:stuff/bunny.png
  21. no text
  22. class:bigButton hasFlares
  23. icon class:shadowed
  24. tooltip origin:bottom
  25. tooltip class:red
  26.  
  27. Resources
  28. *power|power
  29. name:Power Level|Power Level
  30. desc:This is your power level. You can use this to increase your strength!
  31. icon:icons[0,0]
  32. class:noBackground
  33. show earned
  34. *enemyHP|enemyHP
  35. name:Enemy Health|Enemy Health
  36. desc:This is how much health your enemy has. Defeat them for a power boost!
  37.  
  38.  
  39.  
  40. Buildings
  41. *TEMPLATE
  42. on click:anim glow
  43. *punch|punches
  44. name:Punch|Punches
  45. desc:Throw more punches!<//><b>Effect:</b><.>Produces 1 Power Level every 10 seconds.
  46. icon:icons[3,0]
  47. cost:15 power
  48. on tick:yield -0.1 enemyHP
  49. unlocked
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement