From ebfa23f500c9f41d7de8166eb2f48d566afc5df7 Mon Sep 17 00:00:00 2001 From: aaron Date: Fri, 2 Jan 2026 17:34:15 +0100 Subject: [PATCH] Added git plugin. Not configured atm. --- project.godot | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/project.godot b/project.godot index df24d81..c70486d 100644 --- a/project.godot +++ b/project.godot @@ -31,6 +31,11 @@ window/size/no_focus=true project/assembly_name="TurnBasedStrategyGame" +[editor] + +version_control/plugin_name="GitPlugin" +version_control/autoload_on_startup=true + [editor_plugins] enabled=PackedStringArray("res://addons/smartcamera2D/plugin.cfg")