From 0d0fb426988ef5a8485f4d282aa712afcc99475b Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Fri, 5 Aug 2022 12:06:45 -0400 Subject: [PATCH] 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