From 4d1ca58952f35cf998f464191cce7b7727a938a9 Mon Sep 17 00:00:00 2001 From: "Marek S. Lukasiewicz" Date: Fri, 21 Feb 2025 13:51:03 +0100 Subject: [PATCH] Add heightmap submodule --- .gitmodules | 3 +++ modules/godot_heightmap_plugin | 1 + 2 files changed, 4 insertions(+) create mode 160000 modules/godot_heightmap_plugin diff --git a/.gitmodules b/.gitmodules index 2c9eb07..f15ed51 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "modules/gdcef"] path = modules/gdcef url = https://github.com/Lecrapouille/gdcef.git +[submodule "modules/godot_heightmap_plugin"] + path = modules/godot_heightmap_plugin + url = https://github.com/Zylann/godot_heightmap_plugin.git diff --git a/modules/godot_heightmap_plugin b/modules/godot_heightmap_plugin new file mode 160000 index 0000000..61d7a5b --- /dev/null +++ b/modules/godot_heightmap_plugin @@ -0,0 +1 @@ +Subproject commit 61d7a5b27eb674ebb9255ee6b30034de8c626721