1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

-Moved script run to editor, removed from project

-fixed to code completion
-fix shader crash bug reported by tagcup
This commit is contained in:
Juan Linietsky
2017-08-27 19:03:19 -03:00
parent 909c9e0ba0
commit d23f323cde
6 changed files with 64 additions and 47 deletions

View File

@@ -131,6 +131,7 @@ class ScriptEditor : public PanelContainer {
FILE_RELOAD_THEME,
FILE_SAVE_THEME,
FILE_SAVE_THEME_AS,
FILE_RUN,
FILE_CLOSE,
CLOSE_DOCS,
CLOSE_ALL,