MP Create: Another batch of WML shifting to ease implementation of low-res layout
This commit is contained in:
parent
23017d2f72
commit
2c04ee6da6
2 changed files with 147 additions and 151 deletions
|
@ -1013,110 +1013,99 @@
|
|||
#enddef
|
||||
|
||||
#define _GUI_MP_CREATE_MAP_OPTIONS
|
||||
[grid]
|
||||
[column]
|
||||
grow_factor = 1
|
||||
vertical_grow = "true"
|
||||
horizontal_grow = "true"
|
||||
|
||||
[row]
|
||||
grow_factor = 1
|
||||
[grid]
|
||||
|
||||
{_GUI_MP_CREATE_MINIMAP_STACK}
|
||||
[row]
|
||||
grow_factor = 0
|
||||
|
||||
[column]
|
||||
[column]
|
||||
grow_factor = 0
|
||||
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
vertical_alignment = "top"
|
||||
[label]
|
||||
definition = "default_small"
|
||||
|
||||
label = _ "Random map options: "
|
||||
[/label]
|
||||
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
||||
[row]
|
||||
grow_factor = 0
|
||||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
vertical_alignment = "top"
|
||||
[button]
|
||||
id = "random_map_regenerate"
|
||||
definition = "default"
|
||||
|
||||
label = _ "Regenerate"
|
||||
[/button]
|
||||
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
||||
[row]
|
||||
grow_factor = 0
|
||||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
vertical_alignment = "top"
|
||||
[button]
|
||||
id = "random_map_settings"
|
||||
definition = "default"
|
||||
|
||||
label = _ "Settings"
|
||||
[/button]
|
||||
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
||||
[row]
|
||||
grow_factor = 1
|
||||
vertical_grow = "true"
|
||||
horizontal_grow = "true"
|
||||
|
||||
[grid]
|
||||
[column]
|
||||
grow_factor = 0
|
||||
|
||||
[row]
|
||||
grow_factor = 0
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
vertical_alignment = "bottom"
|
||||
[button]
|
||||
id = "load_game"
|
||||
definition = "default"
|
||||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
label = _ "Load Game"
|
||||
[/button]
|
||||
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
vertical_alignment = "top"
|
||||
[label]
|
||||
definition = "default_small"
|
||||
[/column]
|
||||
|
||||
label = _ "Random map options: "
|
||||
[/label]
|
||||
[/row]
|
||||
|
||||
[/column]
|
||||
[/grid]
|
||||
|
||||
[/row]
|
||||
|
||||
[row]
|
||||
grow_factor = 0
|
||||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
vertical_alignment = "top"
|
||||
[button]
|
||||
id = "random_map_regenerate"
|
||||
definition = "default"
|
||||
|
||||
label = _ "Regenerate"
|
||||
[/button]
|
||||
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
||||
[row]
|
||||
grow_factor = 0
|
||||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
vertical_alignment = "top"
|
||||
[button]
|
||||
id = "random_map_settings"
|
||||
definition = "default"
|
||||
|
||||
label = _ "Settings"
|
||||
[/button]
|
||||
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
||||
[row]
|
||||
grow_factor = 1
|
||||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
vertical_alignment = "bottom"
|
||||
[button]
|
||||
id = "load_game"
|
||||
definition = "default"
|
||||
|
||||
label = _ "Load Game"
|
||||
[/button]
|
||||
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
||||
[/grid]
|
||||
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
||||
[/grid]
|
||||
[/column]
|
||||
#enddef
|
||||
|
||||
#define _GUI_MP_CREATE_MAIN_TOGGLE ID NAME TOOLTIP
|
||||
|
@ -1154,79 +1143,69 @@
|
|||
#enddef
|
||||
|
||||
#define _GUI_MP_CREATE_MAIN_OPTIONS
|
||||
[column]
|
||||
grow_factor = 1
|
||||
horizontal_alignment = "left"
|
||||
[row]
|
||||
grow_factor = 0
|
||||
|
||||
[grid]
|
||||
[column]
|
||||
grow_factor = 0
|
||||
|
||||
[row]
|
||||
grow_factor = 0
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
[label]
|
||||
definition = "default"
|
||||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
label = _ "Name of game:"
|
||||
[/label]
|
||||
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
[label]
|
||||
definition = "default"
|
||||
[/column]
|
||||
|
||||
label = _ "Name of game:"
|
||||
[/label]
|
||||
[column]
|
||||
grow_factor = 1
|
||||
|
||||
[/column]
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
[text_box]
|
||||
id = "game_name"
|
||||
definition = "default"
|
||||
[/text_box]
|
||||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
[/column]
|
||||
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
[text_box]
|
||||
id = "game_name"
|
||||
definition = "default"
|
||||
[/text_box]
|
||||
[/row]
|
||||
|
||||
[/column]
|
||||
[row]
|
||||
grow_factor = 0
|
||||
|
||||
[/row]
|
||||
[column]
|
||||
grow_factor = 0
|
||||
|
||||
[row]
|
||||
grow_factor = 0
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
[label]
|
||||
definition = "default"
|
||||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
label = _ "Password:"
|
||||
[/label]
|
||||
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
[label]
|
||||
definition = "default"
|
||||
[/column]
|
||||
|
||||
label = _ "Password:"
|
||||
[/label]
|
||||
[column]
|
||||
grow_factor = 1
|
||||
|
||||
[/column]
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
[text_box]
|
||||
id = "game_password"
|
||||
definition = "default"
|
||||
[/text_box]
|
||||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
[/column]
|
||||
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
[text_box]
|
||||
id = "game_password"
|
||||
definition = "default"
|
||||
[/text_box]
|
||||
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
||||
[/grid]
|
||||
|
||||
[/column]
|
||||
[/row]
|
||||
#enddef
|
||||
|
||||
[window]
|
||||
|
|
|
@ -73,7 +73,16 @@
|
|||
grow_factor = 1
|
||||
horizontal_grow = "true"
|
||||
|
||||
{_GUI_MP_CREATE_MAP_OPTIONS}
|
||||
[grid]
|
||||
|
||||
[row]
|
||||
grow_factor = 1
|
||||
|
||||
{_GUI_MP_CREATE_MINIMAP_STACK}
|
||||
|
||||
{_GUI_MP_CREATE_MAP_OPTIONS}
|
||||
[/row]
|
||||
[/grid]
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
@ -247,7 +256,15 @@
|
|||
|
||||
[row]
|
||||
grow_factor = 0
|
||||
{_GUI_MP_CREATE_MAIN_OPTIONS}
|
||||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
horizontal_alignment = "left"
|
||||
|
||||
[grid]
|
||||
{_GUI_MP_CREATE_MAIN_OPTIONS}
|
||||
[/grid]
|
||||
[/column]
|
||||
[/row]
|
||||
|
||||
[row]
|
||||
|
|
Loading…
Add table
Reference in a new issue