Enabled all new editor buttons.
This commit is contained in:
parent
bd718b0613
commit
9cf3f41291
1 changed files with 40 additions and 47 deletions
|
@ -214,10 +214,8 @@
|
|||
# First row.
|
||||
[menu]
|
||||
type=radiobox
|
||||
#type=checkbox
|
||||
id=draw_button_editor
|
||||
image=draw_button_editor
|
||||
#image=checkbox
|
||||
items=editor-tool-paint
|
||||
# wmllint: local spelling left/right Ctrl+click
|
||||
tooltip= _ "Use left/right mouse button to draw fore-/background terrain. Hold Shift to paint base layer only. Ctrl+click to sample terrain under cursor."
|
||||
|
@ -229,10 +227,8 @@
|
|||
[/menu]
|
||||
[menu]
|
||||
type=radiobox
|
||||
#type=checkbox
|
||||
id=start_position_button_editor
|
||||
image=start_position_button_editor
|
||||
#image=checkbox
|
||||
items=editor-tool-starting-position
|
||||
# wmllint: local spelling alt+number
|
||||
tooltip= _ "Left mouse button displays player selection, right clears. Number keys scroll to the starting position, alt+number sets respective starting position under cursor, delete clears."
|
||||
|
@ -242,34 +238,34 @@
|
|||
yanchor=fixed
|
||||
[/menu]
|
||||
[menu]
|
||||
type=radiobox
|
||||
id=pipette_button_editor
|
||||
image=blank_button_editor
|
||||
#image=pipette_button_editor
|
||||
#items=editor-tool-pipette
|
||||
#tooltip= _ "Pipette Tool, Use left/right mouse button to select a terrain from the map. Not implemented yet."
|
||||
#tooltip_name_prepend=yes
|
||||
image=pipette_button_editor
|
||||
items=editor-tool-pipette
|
||||
tooltip= _ "Use left/right mouse button to select a terrain from the map. Not implemented yet."
|
||||
tooltip_name_prepend=yes
|
||||
rect="+6,=,+24,+24"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/menu]
|
||||
[menu]
|
||||
type=radiobox
|
||||
id=item_button_editor
|
||||
image=blank_button_editor
|
||||
#image=item_button_editor
|
||||
#items=editor-tool-item
|
||||
#tooltip= _ "Item Placement Tool, Left mouse button sets a new item or moves it via drag and drop, right clears. Not implemented yet."
|
||||
#tooltip_name_prepend=yes
|
||||
image=item_button_editor
|
||||
items=editor-tool-item
|
||||
tooltip= _ "Left mouse button sets a new item or moves it via drag and drop, right clears. Not implemented yet."
|
||||
tooltip_name_prepend=yes
|
||||
rect="+6,=,+24,+24"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/menu]
|
||||
[menu]
|
||||
type=radiobox
|
||||
id=village_button_editor
|
||||
#image=villages_button_editor
|
||||
image=blank_button_editor
|
||||
#items=editor-tool-village
|
||||
#tooltip= _ "Left mouse button sets the village ownership to the current side, right clears."
|
||||
#tooltip_name_prepend=yes
|
||||
image=villages_button_editor
|
||||
items=editor-tool-village
|
||||
tooltip= _ "Left mouse button sets the village ownership to the current side, right clears. Not implemented yet."
|
||||
tooltip_name_prepend=yes
|
||||
rect="+6,=,+24,+24"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
|
@ -278,10 +274,8 @@
|
|||
#Second Row.
|
||||
[menu]
|
||||
type=radiobox
|
||||
#type=checkbox
|
||||
id=flood_button_editor
|
||||
image=flood_button_editor
|
||||
#image=checkbox
|
||||
items=editor-tool-fill
|
||||
# wmllint: local spelling fore-/background
|
||||
tooltip= _ "Use left/right mouse button to draw fore-/background terrain. Hold Shift to paint base layer only. Ctrl+click to sample terrain under cursor."
|
||||
|
@ -293,10 +287,8 @@
|
|||
[/menu]
|
||||
[menu]
|
||||
type=radiobox
|
||||
#type=checkbox
|
||||
id=select_button_editor
|
||||
image=select_button_editor
|
||||
#image=checkbox
|
||||
items=editor-tool-select
|
||||
# wmllint: local spelling deselects
|
||||
tooltip= _ "Left mouse button selects, right deselects. Hold Shift for magic-wand selection of tiles with same terrain."
|
||||
|
@ -306,33 +298,34 @@
|
|||
yanchor=fixed
|
||||
[/menu]
|
||||
[menu]
|
||||
type=radiobox
|
||||
id=label_button_editor
|
||||
#image=label_button_editor
|
||||
image=blank_button_editor
|
||||
#items=editor-tool-label
|
||||
#tooltip= _ "Left mouse button sets or drags a label, right clears."
|
||||
#tooltip_name_prepend=yes
|
||||
image=label_button_editor
|
||||
items=editor-tool-label
|
||||
tooltip= _ "Left mouse button sets or drags a label, right clears. Not implemented yet."
|
||||
tooltip_name_prepend=yes
|
||||
rect="+6,=,+24,+24"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/menu]
|
||||
[menu]
|
||||
type=radiobox
|
||||
id=soundsource_button_editor
|
||||
image=blank_button_editor
|
||||
#items=editor-tool-soundsource
|
||||
#tooltip= _ "Left mouse button sets or drags a sound source, right clears. Not implemented yet."
|
||||
#tooltip_name_prepend=yes
|
||||
image=soundsource_button_editor
|
||||
items=editor-tool-soundsource
|
||||
tooltip= _ "Left mouse button sets or drags a sound source, right clears. Not implemented yet."
|
||||
tooltip_name_prepend=yes
|
||||
rect="+6,=,+24,+24"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/menu]
|
||||
[menu]
|
||||
type=radiobox
|
||||
id=unit_button_editor
|
||||
#image=units_button_editor
|
||||
image=blank_button_editor
|
||||
#items=editor-tool-unit
|
||||
#tooltip= _ "Left mouse button sets a new unit or moves a unit via drag and drop, right clears."
|
||||
#tooltip_name_prepend=yes
|
||||
image=units_button_editor
|
||||
items=editor-tool-unit
|
||||
tooltip= _ "Left mouse button sets a new unit or moves a unit via drag and drop, right clears. Not implemented yet."
|
||||
tooltip_name_prepend=yes
|
||||
rect="+6,=,+24,+24"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
|
@ -361,11 +354,11 @@
|
|||
[/menu]
|
||||
[menu]
|
||||
id=flip_map_button_editor
|
||||
#image=flip_map_button_editor
|
||||
image=blank_button_editor
|
||||
#items=flip-map
|
||||
#tooltip= _ "Flip Map - Not implemented yet."
|
||||
#tooltip_name_prepend=yes
|
||||
type=checkbox
|
||||
image=flip_map_button_editor
|
||||
items=editor-map-flip
|
||||
tooltip= _ "Not implemented yet."
|
||||
tooltip_name_prepend=yes
|
||||
rect="+6,=,+24,+24"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
|
@ -373,9 +366,9 @@
|
|||
[menu]
|
||||
id=blank_button_editor3
|
||||
image=blank_button_editor
|
||||
# items=editor-tool-
|
||||
items=null
|
||||
# tooltip= _ "Left mouse button sets the village ownership to the current side, right clears."
|
||||
# tooltip_name_prepend=yes
|
||||
tooltip_name_prepend=yes
|
||||
rect="+6,=,+24,+24"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
|
@ -383,9 +376,9 @@
|
|||
[menu]
|
||||
id=blank_button_editor4
|
||||
image=blank_button_editor
|
||||
# items=editor-tool-
|
||||
items=null
|
||||
# tooltip= _ "Left mouse button sets a new node in to the path, right clears the last."
|
||||
# tooltip_name_prepend=yes
|
||||
tooltip_name_prepend=yes
|
||||
rect="+6,=,+24,+24"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
|
@ -617,7 +610,7 @@
|
|||
[/menu]
|
||||
|
||||
[menu]
|
||||
type=turbo
|
||||
type=turbo
|
||||
id=downscroll-button-editor
|
||||
image=downarrow-button
|
||||
items=editor-palette-downscroll
|
||||
|
|
Loading…
Add table
Reference in a new issue