From cb2be8723a16f9fdb13582562cb630c945dcd0a7 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Fri, 30 Jun 2023 11:44:33 +0200 Subject: Support building for Godot 4.1 (new default). --- .gitmodules | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index cc07501..33c29a8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,12 @@ -[submodule "godot-cpp-3.x"] - path = godot-cpp-3.x - url = https://github.com/godotengine/godot-cpp.git [submodule "godot-cpp"] path = godot-cpp url = https://github.com/godotengine/godot-cpp.git +[submodule "godot-cpp-4.0"] + path = godot-cpp-4.0 + url = https://github.com/godotengine/godot-cpp.git +[submodule "godot-cpp-3.x"] + path = godot-cpp-3.x + url = https://github.com/godotengine/godot-cpp.git [submodule "libdatachannel"] path = thirdparty/libdatachannel url = https://github.com/paullouisageneau/libdatachannel.git -- cgit v1.2.3