Merge pull request #53900 from ChronicallySerious/update-vcs-1

This commit is contained in:
Rémi Verschelde
2022-01-10 12:18:57 +01:00
committed by GitHub
15 changed files with 1941 additions and 497 deletions

View File

@ -1069,6 +1069,9 @@ ProjectSettings::ProjectSettings() {
GLOBAL_DEF("editor/script_templates_search_path", "res://script_templates");
custom_prop_info["editor/script_templates_search_path"] = PropertyInfo(Variant::STRING, "editor/script_templates_search_path", PROPERTY_HINT_DIR);
GLOBAL_DEF("editor/version_control/autoload_on_startup", false);
GLOBAL_DEF("editor/version_control/plugin_name", "");
action = Dictionary();
action["deadzone"] = Variant(0.5f);
events = Array();