generated from Calinou/godot-addon-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c2e44e
commit 96f8ace
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule godot-cpp
updated
15 files
+26 −17 | README.md | |
+6 −276 | SConstruct | |
+31 −0 | binding_generator.py | |
+6 −5 | include/godot_cpp/templates/cowdata.hpp | |
+8 −0 | include/godot_cpp/variant/vector3.hpp | |
+8 −0 | include/godot_cpp/variant/vector3i.hpp | |
+8 −0 | include/godot_cpp/variant/vector4.hpp | |
+8 −0 | include/godot_cpp/variant/vector4i.hpp | |
+1 −1 | test/project/example.gdextension | |
+43 −0 | test/project/main.gd | |
+1 −1 | test/project/project.godot | |
+43 −0 | test/src/example.cpp | |
+13 −0 | test/src/example.h | |
+309 −0 | tools/godotcpp.py | |
+61 −9 | tools/targets.py |