Advertisement
JustGrass

Minecraft

Feb 22nd, 2020
19,832
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. Let's make a game!
  2. name:Minecraft
  3. by:YaBoi
  4. desc:Its about minecraft
  5. created:22/02/2020
  6. updated:22/02/2020
  7. version:1
  8.  
  9. Settings
  10. background:
  11. building cost increase:130%
  12. building cost refund:75%
  13. spritesheet:icons, 48 by 48, pictures/iPad/IMG_2515.jpg
  14. stylesheet:stuff/bigBlue.css
  15. Layout
  16. use default
  17. Buttons
  18. *mineBlock
  19. name:Mine Block
  20. desc:Mine
  21. on click:anim icon wobble
  22. on click:yield 1 block
  23. icon:
  24. no text
  25. class:bigButton hasFlares
  26. icon class:shadowed
  27. tooltip origin:bottom
  28. tooltip class:red
  29. Resources
  30. *block|Blocks
  31. name:block|Blocks
  32. desc:you use blocks to get upgrades
  33. icon:icons[0,0]
  34. class:noBackground
  35. show earned
  36. Buildings
  37. *TEMPLATE
  38. on click:anim glow
  39.  
  40. *autominer|AutoMiners
  41. name:auto miner|Auto Miners
  42. desc:small help.<//><b>Effect:</b><.>Produces 0.2 blocks every 1 seconds.
  43. icon:icons[3,0]
  44. cost:15 block
  45. on tick:yield 0.2 block
  46. req:15 block:earned
  47.  
  48. Upgrades
  49. *TEMPLATE
  50. on click:anim glow
  51.  
  52. //food upgrades
  53.  
  54. *finger1
  55. name:Finger Upgrade1
  56. desc:.<//><b>Effect:</b><.>x2 block/click
  57. icon:icons[1,4]
  58. cost:500 block
  59. passive:multiply block yield of mineBlock by 2
  60. req:50 block:earned
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement