commit 901fed854e943957f5a8351fcf84c61a15124214 Author: Ed94 Date: Thu May 12 07:05:07 2022 -0400 gd module setup diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8c36aad --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "Engine/gd"] + path = Engine/gd + url = https://github.com/godotengine/godot +[submodule "Engine/gdnative_cpp"] + path = Engine/gdnative_cpp + url = https://github.com/godotengine/godot-cpp diff --git a/Engine/gd b/Engine/gd new file mode 160000 index 0000000..edda6ee --- /dev/null +++ b/Engine/gd @@ -0,0 +1 @@ +Subproject commit edda6ee9f82ec94f993ebf44486ab7d8abcef193 diff --git a/Engine/gdnative_cpp b/Engine/gdnative_cpp new file mode 160000 index 0000000..95a2303 --- /dev/null +++ b/Engine/gdnative_cpp @@ -0,0 +1 @@ +Subproject commit 95a2303e37fd28b20c2e53f82e867f5a08e1af53