From 8c41f259faca070dc99c950230d4cca3d4584422 Mon Sep 17 00:00:00 2001 From: Aidan Mullen Date: Mon, 6 May 2024 16:52:55 -0400 Subject: [PATCH] Update documentation Add acknowledgments to documentation and add Jolt to README. --- .gitignore | 3 ++- README | 3 ++- docs/1.1_ACKNOWLEDGMENTS | 4 ++++ docs/1.1_PRIVACY | 4 ---- docs/1.2_PRIVACY | 4 ++++ 5 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 docs/1.1_ACKNOWLEDGMENTS delete mode 100644 docs/1.1_PRIVACY create mode 100644 docs/1.2_PRIVACY diff --git a/.gitignore b/.gitignore index 063c9c0..c83a554 100644 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,8 @@ !/docs/ /docs/* -!/docs/1.1_PRIVACY +!/docs/1.1_ACKNOWLEDGMENTS +!/docs/1.2_PRIVACY # /engine !/engine/ diff --git a/README b/README index bf75907..5b03843 100755 --- a/README +++ b/README @@ -11,7 +11,8 @@ for your system; heavily shared library-oriented systems may need all of these installed to run the compiled binary. - Godot 4.2 - - Vulkan (version compatible with Godot 4.2) + - Vulkan Developement Libraries(version compatible with Godot 4.2) + - Godot Jolt Some platforms may require that shared libraries be placed alongside the source files, such as MSYS-2.0.dll. diff --git a/docs/1.1_ACKNOWLEDGMENTS b/docs/1.1_ACKNOWLEDGMENTS new file mode 100644 index 0000000..bfecbc9 --- /dev/null +++ b/docs/1.1_ACKNOWLEDGMENTS @@ -0,0 +1,4 @@ +1.1 ACKNOWLEDGMENTS +=================== + +--- end of 1.1 ACKNOWLEDGMENTS --- diff --git a/docs/1.1_PRIVACY b/docs/1.1_PRIVACY deleted file mode 100644 index 0e6ca23..0000000 --- a/docs/1.1_PRIVACY +++ /dev/null @@ -1,4 +0,0 @@ -1.1 PRIVACY -=========== - ---- end of 1.1 PRIVACY --- diff --git a/docs/1.2_PRIVACY b/docs/1.2_PRIVACY new file mode 100644 index 0000000..af3ff37 --- /dev/null +++ b/docs/1.2_PRIVACY @@ -0,0 +1,4 @@ +1.2 PRIVACY +=========== + +--- end of 1.2 PRIVACY ---