mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 05:16:23 +00:00

...alt+number always set the position under cursor. This reverses alt/no-alt behavior, imo more sensible now.
23 lines
850 B
INI
23 lines
850 B
INI
#textdomain wesnoth-editor
|
|
# Tool information / help
|
|
|
|
[editor2_tool_hint]
|
|
id="editor-tool-paint"
|
|
text= _ "Use left/right mouse button to draw fore-/background terrain. Hold ALT to paint base layer only"
|
|
[/editor2_tool_hint]
|
|
|
|
[editor2_tool_hint]
|
|
id="editor-tool-fill"
|
|
text= _ "Use left/right mouse button to draw fore-/background terrain. Hold ALT to paint base layer only"
|
|
[/editor2_tool_hint]
|
|
|
|
[editor2_tool_hint]
|
|
id="editor-tool-select"
|
|
text= _ "Left mouse button selects, right deselects. Hold Shift for magic-wand selection of tiles with same terrain"
|
|
[/editor2_tool_hint]
|
|
|
|
[editor2_tool_hint]
|
|
id="editor-tool-starting-position"
|
|
text= _ "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."
|
|
[/editor2_tool_hint]
|