Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Let's make a game!
- name:Wizards and dragons
- Desc:magic
- Layout
- *main
- contains:res, buttons
- *res
- contains:Resources
- class:fullWidth
- ps:hide
- *buttons
- contains:Buttons
- *store
- contains:buildings, upgrades, log
- *buildings
- contains:Buildings
- header:Stuff
- tooltip origin:left
- *upgrades
- contains:Upgrades
- header:enchantments
- *log
- contains:Log
- CSS
- #box-main
- {
- top:0%;
- left:50%;
- width:50%;
- height:100%;
- }
- #box-res
- {
- bottom:100%;
- right:1%;
- width:100%;
- height:100%;
- }
- #box-buttons
- {
- bottom:50%;
- right:25%;
- width:100%;
- height:100%;
- overflow-x: hidden;
- overflow-y: scroll;
- }
- #box-store
- {
- width:50%;
- height:100%;
- overflow-x: hidden;
- overflow-y: scroll;
- }
- #box-buildings
- {
- top:0%;
- width:100%;
- height:33%;
- overflow-x: hidden;
- overflow-y: scroll;
- }
- #box-upgrades
- {
- top:33%;
- width:100%;
- height:33%;
- overflow-x: hidden;
- overflow-y: scroll;
- }
- #box-log
- {
- top:66%;
- width:100%;
- height:33%;
- overflow-x: hidden;
- overflow-y: scroll;
- }
- Settings
- tiling background:https://pipe.miroware.io/606c3d44a333fb12a3ac9d3f/pixil-frame-0-33.png
- building cost increase:120%
- building cost refund:0%
- Resources
- *M
- name:Magic
- desc:Magic can buy a TON of things
- Buttons
- *MB
- name:The staff
- desc:Make the magic
- on click:yield 1 M
- on tick:log test
- class:bigButton
- icon:https://pipe.miroware.io/606c3d44a333fb12a3ac9d3f/staff.png
- tag:thestaff
- Buildings
- *t
- name:test
- desc:test
Advertisement
Add Comment
Please, Sign In to add comment