From 6a382a91ae384b4c7297b2690dcdf56177e37e50 Mon Sep 17 00:00:00 2001 From: ajreckof Date: Thu, 1 Aug 2024 07:10:41 +0200 Subject: [PATCH] add portal repo as submodule --- .gitignore | 1 + .gitmodules | 3 +++ Godot4/GDScript/ajreckof | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitignore create mode 100644 .gitmodules create mode 160000 Godot4/GDScript/ajreckof diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..496ee2c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store \ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..53b9e59 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Godot4/GDScript/portal"] + path = Godot4/GDScript/ajreckof + url = https://github.com/ajreckof/portal diff --git a/Godot4/GDScript/ajreckof b/Godot4/GDScript/ajreckof new file mode 160000 index 0000000..e7d8f64 --- /dev/null +++ b/Godot4/GDScript/ajreckof @@ -0,0 +1 @@ +Subproject commit e7d8f644373c15ec12be457bd2423e5b31c053b4