GUI: add "new" action
This commit is contained in:
parent
9bc2657965
commit
54c1a8171f
5 changed files with 11 additions and 1 deletions
|
|
@ -462,6 +462,7 @@ const FurnaceGUIColors fxColors[256]={
|
|||
// format: ("ACTION_ENUM", "Action name", defaultBind)
|
||||
const FurnaceGUIActionDef guiActions[GUI_ACTION_MAX]={
|
||||
D("GLOBAL_MIN", "---Global", NOT_AN_ACTION),
|
||||
D("NEW", "New", FURKMOD_CMD|SDLK_n),
|
||||
D("OPEN", "Open file", FURKMOD_CMD|SDLK_o),
|
||||
D("OPEN_BACKUP", "Restore backup", 0),
|
||||
D("SAVE", "Save file", FURKMOD_CMD|SDLK_s),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue