docs: add readme

This commit is contained in:
dusk 2024-08-19 14:07:09 +03:00
parent bdafdb07df
commit 3ef95d946f
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

12
README.md Normal file
View File

@ -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).