world creation and generators menus moved to xml
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<panel size='400' color='0' interval='1' context='world'>
|
||||
<label>@Name</label>
|
||||
<textbox id='name_box'
|
||||
validator='world_name_validator'
|
||||
placeholder='New World'
|
||||
padding='4'>
|
||||
</textbox>
|
||||
<label>@Seed</label>
|
||||
<textbox id='seed_box' placeholder='-' padding='4'></textbox>
|
||||
<button onclick='menu.page="world_generators"' id='generator_btn' padding='10'>
|
||||
@World generator
|
||||
</button>
|
||||
<button onclick='create_world()' padding='10' margin='1,20,1,1'>
|
||||
@Create World
|
||||
</button>
|
||||
<button onclick='menu:back()' padding='10'>@Back</button>
|
||||
</panel>
|
||||
Reference in New Issue
Block a user