From 8780e528cdaac2ab8036c0817b4a349080e8ecef Mon Sep 17 00:00:00 2001 From: Cory Petkovsek <632766+TokisanGames@users.noreply.github.com> Date: Fri, 20 Oct 2023 05:37:57 +0700 Subject: [PATCH] Update readme, Rename Contributors->Authors --- CONTRIBUTORS.md => AUTHORS.md | 10 ++++++++-- README.md | 7 ++++++- 2 files changed, 14 insertions(+), 3 deletions(-) rename CONTRIBUTORS.md => AUTHORS.md (53%) diff --git a/CONTRIBUTORS.md b/AUTHORS.md similarity index 53% rename from CONTRIBUTORS.md rename to AUTHORS.md index 8ce8e46fb..401ecea3e 100644 --- a/CONTRIBUTORS.md +++ b/AUTHORS.md @@ -1,8 +1,14 @@ -# Terrain3D Contributors +# Terrain3D Authors The creation of this plugin is thanks to the following contributors. +Project Leads * Cory Petkovsek @TokisanGames * Roope Palmroos @outobugi + +Contributors * Loïc Chen (陳明佑) @painfulexistence -* Lorenz Wildberg @lw64 \ No newline at end of file +* Lorenz Wildberg @lw64 +* Sven Cannivy @svencan +* Skyrbunny @SlashScreen +* directedchaossoftware \ No newline at end of file diff --git a/README.md b/README.md index 4c71ab018..ef5f1dcac 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,15 @@ Developed for the Godot community by: | **Cory Petkovsek, Tokisan Games** | [](https://twitter.com/TokisanGames) [](https://github.com/TokisanGames) [](https://tokisan.com/) [](https://tokisan.com/discord) [](https://www.youtube.com/@TokisanGames)| | **Roope Palmroos, Outobugi Games** | [](https://twitter.com/outobugi) [](https://github.com/outobugi) [](https://outobugi.com/) [](https://www.youtube.com/@outobugi)| -And other contributors displayed on the right of the github page and in [CONTRIBUTORS.md](https://github.com/TokisanGames/Terrain3D/blob/main/CONTRIBUTORS.md). +And other contributors displayed on the right of the github page and in [AUTHORS.md](https://github.com/TokisanGames/Terrain3D/blob/main/AUTHORS.md). Geometry clipmap mesh code created by [Mike J. Savage](https://mikejsavage.co.uk/blog/geometry-clipmaps.html). Blog and repository code released under the MIT license per email communication with Mike. +## Contributing + +We need your help to make Terrain3D the best terrain plugin for Godot 4. Please see [CONTRIBUTING.md](https://github.com/TokisanGames/Terrain3D/blob/main/CONTRIBUTING.md) if you would like to help. + + ## License This plugin has been released under the [MIT License](https://github.com/TokisanGames/Terrain3D/blob/main/LICENSE.txt).