IronDizaster

Untitled

Aug 28th, 2023 (edited)
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. Let's make a game!
  2. name:Clicker Game
  3. by: GetClqpxd
  4. desc: This is a test.
  5. created: 25/08/2023
  6. version: 1.0
  7.  
  8. CSS
  9. #game.on
  10. {
  11. background-size: 100% 100%;
  12. image-rendering: pixelated;
  13. }
  14.  
  15. #box-ironButtonBox
  16. {
  17. top:50%;
  18. right:35%;
  19. }
  20.  
  21. Settings
  22. background:https://file.garden/ZOj3hhmImkvw07QV/dbot0ph-36fd456c-2cb8-457b-aa91-508eef483922.jpg
  23. stylesheet:stuff/bigBlue.css
  24.  
  25. Buildings
  26. *Factory|Factories
  27. name:Factory|Factories
  28. desc:this is a factory.
  29. cost:150 iron
  30. on tick:yield 1 iron
  31.  
  32. Buttons
  33. *ironButton
  34. class:bigButton
  35. icon:https://file.garden/YYjCqvtBp0P7hcN1/resized%20iron%20bar%20actually.png
  36. name:Iron
  37. desc:Click to get iron.
  38. on click:yield 1 iron
  39. tag:mainButton
  40.  
  41. Resources
  42. *iron
  43. name:iron
  44. desc:this is an iron bar, it is used to buy things.
  45.  
  46. Layout
  47. *ironButtonBox
  48. contains:tag:mainButton
  49. names:hide
  50. *main
  51. contains:res, buttons, ironButtonBox
  52. *res
  53. contains:Resources
  54. class:fullWidth
  55. *buttons
  56. contains:Buttons
  57. *store
  58. contains:buildings, upgrades
  59. *buildings
  60. contains:BulkDisplay, Buildings
  61. header:Buildings
  62. tooltip origin:left
  63. *upgrades
  64. contains:Upgrades
  65. header:Upgrades
  66. costs:hide
  67. names:hide
Advertisement
Add Comment
Please, Sign In to add comment