From 6e12d1bc6682789f2b0342f15d57b6dc3ee02f16 Mon Sep 17 00:00:00 2001 From: Nordup Date: Sat, 4 May 2024 00:42:08 +0400 Subject: [PATCH] add godot submodule --- .gitmodules | 4 ++++ godot | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 godot diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..738df2d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "godot"] + path = godot + url = https://github.com/thegatesbrowser/godot.git + branch = tg-4.2 diff --git a/godot b/godot new file mode 160000 index 0000000..dd1f016 --- /dev/null +++ b/godot @@ -0,0 +1 @@ +Subproject commit dd1f0168550b78fc8d7078266764dced0b523f4d