diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2022-09-08 16:42:07 -0400 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2022-09-08 16:42:07 -0400 |
| commit | e2f3e4bd7118c8f55d20b29d76cb9a13acf72f8b (patch) | |
| tree | c2f177c7fc11d26f65f05f96e0a2a1996b4598ce /.gitmodules | |
| parent | 366761197034a20d444282431e4a8edeb7882840 (diff) | |
gdnative testing. gdnative classes cannot be extended by gdscript
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
