IronDizaster

Untitled

Dec 17th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. Let's make a game!
  2. name:Fruit Basket
  3. by:Threehalves
  4. desc:Official idle game of the FBCU.
  5. created:12/16/2019
  6. updated:12/16/2019
  7. version:1
  8. CSS
  9. .thing
  10. {
  11. border-radius:8px;
  12. background:rgba(255,255,255,0.5);
  13. }
  14.  
  15. #box-buttons2
  16. {
  17. top:250px;
  18. right:300px;
  19. }
  20.  
  21. Settings
  22. tiling background:https://imgur.com/NdiFxec.png
  23. building cost increase:115%
  24. building cost refund:50%
  25. stylesheet:stuff/bigBlue.css
  26.  
  27. Layout
  28. *main
  29. contains:res, buttons, buttons2
  30. *res
  31. contains:Resources
  32. class:fullWidth
  33. *buttons
  34. contains:tag:apple
  35. *buttons2
  36. contains:tag:orange
  37. *store
  38. contains:buildings, upgrades
  39. *buildings
  40. contains:BulkDisplay, Buildings
  41. header:Buildings
  42. tooltip origin:left
  43. *upgrades
  44. contains:Upgrades
  45. header:Upgrades
  46. costs:hide
  47. names:hide
  48.  
  49. Buttons
  50. *appleButton
  51. name:Make an apple
  52. on click:anim icon wobble
  53. on click:yield 1 apple
  54. no text
  55. class:bigButton hasFlares
  56. icon class:shadowed
  57. tooltip origin:bottom
  58. tooltip class:red
  59. icon:https://imgur.com/99GJpRp.png
  60. tags:apple
  61.  
  62.  
  63. *orangeButton
  64. name:Make an orange
  65. on click:anim icon wobble
  66. on click:yield 1 orange
  67. no text
  68. class:bigButton
  69. icon class:shadowed
  70. tooltip origin:bottom
  71. tooltip class:red
  72. icon:https://imgur.com/XhggIZY.png
  73. tags:orange
  74.  
  75. Resources
  76. *apple|apples
  77. name:Apple|Apples
  78. icon:https://imgur.com/hrPdkv7.png
  79. *orange|oranges
  80. name:Orange|Oranges
  81. icon:https://imgur.com/yKsISsZ.png
  82.  
  83.  
  84. Buildings
  85. *tree|trees
  86. name:Apple Tree|Apple Trees
  87. cost:20 apples
  88. on tick:yield 0.5 apples
  89. unlocked
  90. desc:A quick-growing tree that produces 0.5 apples per second.
  91. *orchard|orchards
  92. name:Apple Orchard|Orchards
  93. cost:120 apples
  94. on tick:yield 1 apple
  95. req:100 apples:earned
  96. desc:A more efficiently organized group of trees.
  97. *ship|ships
  98. name:Sailboat|Sailboats
  99. cost:400 apples
  100. on tick:yield 8 apple
  101. req:400 apples:earned
  102.  
  103.  
  104.  
  105.  
  106. Upgrades
Advertisement
Add Comment
Please, Sign In to add comment