settings panel moved to xml (WIP)

This commit is contained in:
MihailRis
2024-04-20 03:01:37 +03:00
parent 7cb5b2eb70
commit 9cdf3ff016
33 changed files with 254 additions and 143 deletions
+3 -3
View File
@@ -7,11 +7,11 @@
</textbox>
<label>@Seed</label>
<textbox id='seed_box' placeholder='-' padding='4'></textbox>
<button onclick='menu.page="generators"' id='generator_btn' padding='10'>
<button onclick='menu.page="generators"' id='generator_btn'>
@World generator
</button>
<button onclick='create_world()' padding='10' margin='1,20,1,1'>
<button onclick='create_world()' margin='1,20,1,1'>
@Create World
</button>
<button onclick='menu:back()' padding='10'>@Back</button>
<button onclick='menu:back()'>@Back</button>
</panel>