From 3ef95d946ffb5ad93e662b217c2a99db6708de67 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Mon, 19 Aug 2024 14:07:09 +0300 Subject: [PATCH] docs: add readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f78700 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# dynamic_water_2d + +Simple sideview water for Godot that reacts to forces applied to it. + +## Usage + +Clone the repository and copy over the addon. +The `water.tscn` scene in the addon is a preset that should work by default. + +## Credits + +Thanks to @HackTrout for writing the original code (https://github.com/HackTrout/2DDynamicWater). \ No newline at end of file