You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
option to disable sort in script list
This commit is contained in:
@@ -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