mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Merge pull request #1738 from jackmakesthings/master
Updating demo engine.cfgs where name is missing
This commit is contained in:
commit
30f652998d
5 changed files with 5 additions and 1 deletions
|
|
@ -3509,6 +3509,7 @@ EditorNode::EditorNode() {
|
|||
p=file_menu->get_popup();
|
||||
p->add_item("New Scene",FILE_NEW_SCENE);
|
||||
p->add_item("Open Scene..",FILE_OPEN_SCENE,KEY_MASK_CMD+KEY_O);
|
||||
p->add_separator();
|
||||
p->add_item("Save Scene",FILE_SAVE_SCENE,KEY_MASK_CMD+KEY_S);
|
||||
p->add_item("Save Scene As..",FILE_SAVE_AS_SCENE,KEY_MASK_SHIFT+KEY_MASK_CMD+KEY_S);
|
||||
p->add_separator();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue