Advertisement
Guest User

Testing 9

a guest
Nov 23rd, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. Let's make a game!
  2. name:Fun With Idle
  3. by:Corbin
  4. desc:This is a idle game to test the limits.<//>Break the limits!
  5. created:23/11/2017
  6. updated:23/11/2017
  7. version:1
  8.  
  9. Settings
  10. background:http://cliparting.com/wp-content/uploads/2016/06/Thumbs-up-thumb-up-clip-art-clipart-3-clipartix.jpg
  11. building cost increase:101%
  12. building cost refund:99%
  13. spritesheet:icons, 150 by 150, http://cliparting.com/wp-content/uploads/2016/06/Thumbs-up-thumb-up-clip-art-clipart-3-clipartix.jpg
  14. stylesheet:stuff/bigBlue.css
  15.  
  16. Layout
  17. use default
  18.  
  19. Buttons
  20. *ThumbUpButton
  21. name:Make a ThumbUp
  22. desc:Click this ThumbUp to get more ThumbUps!
  23. on click:anim icon wobble
  24. on click:yield 1 ThumbUp
  25. no text
  26. class:bigButton hasFlares
  27. icon class:shadowed
  28. tooltip origin:bottom
  29. tooltip class:green
  30.  
  31. Resources
  32. *ThumbUp|ThumbUps
  33. name:ThumbUp|ThumbUps
  34. desc:These are your ThumbUps. You can use them to purchase things. Your goal is to have as many ThumbUps as possible!
  35. icon:icons[0,0]
  36. class:noBackground
  37. show earned
  38.  
  39. Buildings
  40. *TEMPLATE
  41. on click:anim glow
  42.  
  43. *ThumbUpcage|ThumbUpscages
  44. name:ThumbUp cage|ThumbUp cages
  45. desc:A tiny little cage.<//><b>Effect:</b><.>Produces 1 ThumbUps every 1 seconds.
  46. icon:icons[3,0]
  47. cost:10 ThumbUps
  48. on tick:yield 1 ThumbUps
  49. unlocked
  50.  
  51. *ThumbUphutch|ThumbUpshutches
  52. name:ThumbUphutch|ThumbUpshutches
  53. desc:A bit roomier than a cage, with enough space to Thumb around.<//><b>Effect:</b><.>Produces 1 ThumbUpscages every 10 seconds.
  54. icon:icons[3,1]
  55. cost:100 ThumbUps
  56. on tick:yield 1 ThumbUpscages
  57. req:100 ThumbUps:earned
  58.  
  59. *ThumbUpCar|ThumbUpsCars
  60. name:ThumbUpCar|ThumbUpsCars
  61. desc:A bit roomier than a cage, with enough space to Thumb around.<//><b>Effect:</b><.>Produces 1 ThumbUpshutches every 10 seconds.
  62. icon:icons[3,1]
  63. cost:100 ThumbUps
  64. on tick:yield 1 ThumbUpshutches
  65. req:1000 ThumbUps:earned
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement