From d0ad88618424a36e7dbb904740b1e267cd7ff1c2 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Fri, 5 Aug 2022 12:03:59 -0400 Subject: [PATCH 1/3] remove godot-cpp submodule --- godot-cpp | 1 - 1 file changed, 1 deletion(-) delete mode 160000 godot-cpp diff --git a/godot-cpp b/godot-cpp deleted file mode 160000 index ced274f..0000000 --- a/godot-cpp +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ced274fbe62c07dd9bb6791a77392f4bdc625152 From c3986d34a4e3fbc6105a9b2ac5ad256ec12b9ae8 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Fri, 5 Aug 2022 12:04:22 -0400 Subject: [PATCH 2/3] remove godot-cpp submodule --- .gitmodules | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 481cc20..0000000 --- a/.gitmodules +++ /dev/null @@ -1,4 +0,0 @@ -[submodule "godot-cpp"] - path = godot-cpp - url = https://github.com/godotengine/godot-cpp - branch = 3.4 From 0d0fb426988ef5a8485f4d282aa712afcc99475b Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Fri, 5 Aug 2022 12:06:45 -0400 Subject: [PATCH 3/3] add godot-cpp 3.5 submodule --- .gitmodules | 4 ++++ godot-cpp | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 godot-cpp diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b7d210e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "godot-cpp"] + path = godot-cpp + url = https://github.com/godotengine/godot-cpp + branch = 3.5 diff --git a/godot-cpp b/godot-cpp new file mode 160000 index 0000000..867374d --- /dev/null +++ b/godot-cpp @@ -0,0 +1 @@ +Subproject commit 867374da404887337909e8b7b9de5a8acbc47569