Added mini-map specific buttons.
This commit is contained in:
parent
1c57a7235d
commit
8fe409717d
1 changed files with 64 additions and 2 deletions
|
@ -156,6 +156,67 @@
|
|||
yanchor=fixed
|
||||
[/mini_map]
|
||||
|
||||
[action]
|
||||
id=zoom_default_button_editor
|
||||
items=zoomdefault
|
||||
type=checkbox
|
||||
image=button_square/button_square_30
|
||||
auto_tooltip=yes
|
||||
rect="=-33,=-1,+30,+30"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/action]
|
||||
[action]
|
||||
id=zoom_in_button_editor
|
||||
items=zoomin
|
||||
type=turbo
|
||||
image=button_square/button_square_30
|
||||
auto_tooltip=yes
|
||||
rect="=,+2,+30,+30"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/action]
|
||||
[action]
|
||||
id=zoom_out_button_editor
|
||||
items=zoomout
|
||||
type=turbo
|
||||
image=button_square/button_square_30
|
||||
auto_tooltip=yes
|
||||
rect="=,+2,+30,+30"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/action]
|
||||
[action]
|
||||
id=resize_button_editor
|
||||
items=map-color-coding
|
||||
type=checkbox
|
||||
image=button_square/button_square_30
|
||||
tooltip_name_prepend=yes
|
||||
rect="=,+2,+30,+30"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/action]
|
||||
[action]
|
||||
id=flip_map_button_editor
|
||||
type=checkbox
|
||||
image=button_square/button_square_30
|
||||
items=editor-map-flip
|
||||
tooltip= _ "Not implemented yet."
|
||||
tooltip_name_prepend=yes
|
||||
rect="=,+2,+30,+30"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/action]
|
||||
|
||||
[slider]
|
||||
image=buttons/sliders/slider_arrow_gold
|
||||
id=map-zoom-slider
|
||||
black_line=yes
|
||||
ref=mini-map
|
||||
rect="=,+1,+117,+18"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/slider]
|
||||
|
||||
[panel]
|
||||
id=endturn-panel
|
||||
|
@ -266,8 +327,9 @@
|
|||
id=label-hp
|
||||
font_size={DEFAULT_FONT_TINY}
|
||||
text= _ "HP"
|
||||
ref=top-right-panel
|
||||
rect="=+84,=+209,+54,+12"
|
||||
ref=unitinfo-top-panel
|
||||
#ref=unit_box-panel
|
||||
rect="=+4,=+209,+54,+12"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/label]
|
||||
|
|
Loading…
Add table
Reference in a new issue