Add a quick save button to the map editor.
This commit is contained in:
committed by
Gustas
parent
3dd1fd6b00
commit
7cdc8c4ec5
@@ -188,13 +188,14 @@ Container@EDITOR_ROOT:
|
||||
Logic: LoadMapEditorLogic
|
||||
Children:
|
||||
LogicKeyListener@GLOBAL_KEYHANDLER:
|
||||
Logic: MusicHotkeyLogic, ScreenshotHotkeyLogic, MuteHotkeyLogic
|
||||
Logic: MusicHotkeyLogic, ScreenshotHotkeyLogic, MuteHotkeyLogic, EditorQuickSaveHotkeyLogic
|
||||
StopMusicKey: StopMusic
|
||||
PauseMusicKey: PauseMusic
|
||||
PrevMusicKey: PrevMusic
|
||||
NextMusicKey: NextMusic
|
||||
TakeScreenshotKey: TakeScreenshot
|
||||
MuteAudioKey: ToggleMute
|
||||
QuickSaveKey: EditorQuickSave
|
||||
LogicKeyListener@WORLD_KEYHANDLER:
|
||||
Logic: ResetZoomHotkeyLogic
|
||||
ResetZoomKey: ResetZoom
|
||||
|
||||
@@ -20,6 +20,13 @@ EditorCopy: C Ctrl
|
||||
Platform:
|
||||
OSX: C Meta
|
||||
|
||||
EditorQuickSave: S Ctrl
|
||||
Description: Save Map
|
||||
Types: Editor
|
||||
Contexts: Editor
|
||||
Platform:
|
||||
OSX: S Meta
|
||||
|
||||
EditorTilesTab: E
|
||||
Description: Tiles Tab
|
||||
Types: Editor
|
||||
|
||||
@@ -129,6 +129,8 @@ dialog-overwrite-map-outside-edit =
|
||||
By saving you may overwrite progress
|
||||
.confirm = Save
|
||||
|
||||
notification-save-current-map = Saved current map.
|
||||
|
||||
## GameInfoLogic
|
||||
menu-game-info =
|
||||
.objectives = Objectives
|
||||
|
||||
Reference in New Issue
Block a user