load map and new map menu items and hotkeys added
This commit is contained in:
parent
13f75059cb
commit
258bf33052
2 changed files with 19 additions and 1 deletions
|
@ -90,6 +90,22 @@ alt=no
|
|||
shift=no
|
||||
[/hotkey]
|
||||
|
||||
[hotkey]
|
||||
command="editnewmap"
|
||||
key="n"
|
||||
ctrl=no
|
||||
alt=no
|
||||
shift=yes
|
||||
[/hotkey]
|
||||
|
||||
[hotkey]
|
||||
command="editloadmap"
|
||||
key="l"
|
||||
ctrl=no
|
||||
alt=no
|
||||
shift=yes
|
||||
[/hotkey]
|
||||
|
||||
[resolution]
|
||||
width=800
|
||||
height=600
|
||||
|
@ -103,7 +119,7 @@ height=600
|
|||
[menu]
|
||||
title=main_menu
|
||||
image=lite
|
||||
items=undo,redo,editsavemap,editsaveas,togglegrid,editquit,
|
||||
items=editnewmap,editloadmap,undo,redo,editsavemap,editsaveas,togglegrid,editquit,
|
||||
rect=3,1,107,22
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
|
|
|
@ -450,6 +450,8 @@ action_mute="Mute"
|
|||
action_labelterrain="Set Label"
|
||||
action_showenemymoves="Show Enemy Moves"
|
||||
action_bestenemymoves="Best Possible Enemy Moves"
|
||||
action_editnewmap="New Map"
|
||||
action_editloadmap="Load Map"
|
||||
action_editsavemap="Save Map"
|
||||
action_editsaveas="Save As"
|
||||
action_editquit="Quit Editor"
|
||||
|
|
Loading…
Add table
Reference in a new issue