You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-25 15:37:42 +00:00
option to disable sort in script list
(cherry picked from commit e1778fb921)
This commit is contained in:
committed by
Hein-Pieter van Braam
parent
12da8dcdeb
commit
2f87e7ffe9
@@ -165,6 +165,7 @@ class ScriptEditor : public PanelContainer {
|
||||
enum ScriptSortBy {
|
||||
SORT_BY_NAME,
|
||||
SORT_BY_PATH,
|
||||
SORT_BY_NONE
|
||||
};
|
||||
|
||||
enum ScriptListName {
|
||||
|
||||
Reference in New Issue
Block a user