You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
-Renamed GlobalConfig to ProjectSettings, makes more sense.
-Added system for feature overrides, it's pretty cool :)
This commit is contained in:
@@ -44,6 +44,7 @@ CoreStringNames::CoreStringNames() {
|
||||
_iter_next = StaticCString::create("_iter_next");
|
||||
_iter_get = StaticCString::create("_iter_get");
|
||||
get_rid = StaticCString::create("get_rid");
|
||||
_custom_features = StaticCString::create("_custom_features");
|
||||
#ifdef TOOLS_ENABLED
|
||||
_sections_unfolded = StaticCString::create("_sections_unfolded");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user