settings panel moved to xml (WIP)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user