mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 10:01:15 +00:00
Ability to toggle script panel visibility
This commit is contained in:
parent
159b1fc65f
commit
98897d0415
2 changed files with 6 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ class ScriptEditor : public VBoxContainer {
|
|||
FILE_CLOSE,
|
||||
CLOSE_DOCS,
|
||||
CLOSE_ALL,
|
||||
TOGGLE_SCRIPTS_PANEL,
|
||||
FILE_TOOL_RELOAD,
|
||||
FILE_TOOL_RELOAD_SOFT,
|
||||
DEBUG_NEXT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue