From 5371a960c9f0665d7de594cc5e274db225620207 Mon Sep 17 00:00:00 2001 From: "George L. Albany" Date: Tue, 24 Jan 2023 20:07:01 -0500 Subject: feat(build): Implement scons building feat(engine): Integrate basic Godot project feat(test): Demonstrate Godot using extension feat(dependency): Add OV2-compiler as deps submodule feat(dependency): Add godot-cpp as a submodule feat(git): Ignore Godot 4 files feat(docs): Updated readme with instructions feat: Can call `TestSingleton.hello_singleton()` from GDScript Adds basic workflow support but that is currently disabled --- extension/deps/OV2-compiler | 1 + 1 file changed, 1 insertion(+) create mode 160000 extension/deps/OV2-compiler (limited to 'extension/deps/OV2-compiler') diff --git a/extension/deps/OV2-compiler b/extension/deps/OV2-compiler new file mode 160000 index 0000000..267d38a --- /dev/null +++ b/extension/deps/OV2-compiler @@ -0,0 +1 @@ +Subproject commit 267d38aab922fa929c0ce649fad699a6468b6c3f -- cgit v1.2.3-56-ga3b1