You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-20 14:45:44 +00:00
-Renamed GlobalConfig to ProjectSettings, makes more sense.
-Added system for feature overrides, it's pretty cool :)
This commit is contained in:
@@ -1228,8 +1228,8 @@ void EditorAssetLibrary::_asset_open() {
|
||||
|
||||
void EditorAssetLibrary::_manage_plugins() {
|
||||
|
||||
ProjectSettings::get_singleton()->popup_project_settings();
|
||||
ProjectSettings::get_singleton()->set_plugins_page();
|
||||
ProjectSettingsEditor::get_singleton()->popup_project_settings();
|
||||
ProjectSettingsEditor::get_singleton()->set_plugins_page();
|
||||
}
|
||||
|
||||
void EditorAssetLibrary::_install_external_asset(String p_zip_path, String p_title) {
|
||||
|
||||
Reference in New Issue
Block a user