load map and new map menu items and hotkeys added

This commit is contained in:
Kristoffer Erlandsson 2004-04-25 15:03:18 +00:00
parent 13f75059cb
commit 258bf33052
2 changed files with 19 additions and 1 deletions

View file

@ -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

View file

@ -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"