wesnoth/data/core/editor2-tool-hints.cfg
Tomasz Śniatowski 725a9076e6 editor2: make number keys always scroll to starting position,
...alt+number always set the position under cursor. This reverses
alt/no-alt behavior, imo more sensible now.
2008-08-19 13:09:52 +01:00

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]