Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Let's make a game!
- name:Clicker Game
- by: GetClqpxd
- desc: This is a test.
- created: 25/08/2023
- version: 1.0
- CSS
- #game.on
- {
- background-size: 100% 100%;
- image-rendering: pixelated;
- }
- #box-ironButtonBox
- {
- top:50%;
- right:35%;
- }
- Settings
- background:https://file.garden/ZOj3hhmImkvw07QV/dbot0ph-36fd456c-2cb8-457b-aa91-508eef483922.jpg
- stylesheet:stuff/bigBlue.css
- Buildings
- *Factory|Factories
- name:Factory|Factories
- desc:this is a factory.
- cost:150 iron
- on tick:yield 1 iron
- Buttons
- *ironButton
- class:bigButton
- icon:https://file.garden/YYjCqvtBp0P7hcN1/resized%20iron%20bar%20actually.png
- name:Iron
- desc:Click to get iron.
- on click:yield 1 iron
- tag:mainButton
- Resources
- *iron
- name:iron
- desc:this is an iron bar, it is used to buy things.
- Layout
- *ironButtonBox
- contains:tag:mainButton
- names:hide
- *main
- contains:res, buttons, ironButtonBox
- *res
- contains:Resources
- class:fullWidth
- *buttons
- contains:Buttons
- *store
- contains:buildings, upgrades
- *buildings
- contains:BulkDisplay, Buildings
- header:Buildings
- tooltip origin:left
- *upgrades
- contains:Upgrades
- header:Upgrades
- costs:hide
- names:hide
Advertisement
Add Comment
Please, Sign In to add comment