dynamic_water_2d/README.md

14 lines
417 B
Markdown
Raw Normal View History

2024-08-19 14:07:09 +03:00
# dynamic_water_2d
2024-09-25 18:19:10 +03:00
simple sideview water for Godot that reacts to forces applied to it.
2024-08-19 14:07:09 +03:00
2024-09-25 18:19:10 +03:00
## usage
2024-08-19 14:07:09 +03:00
2024-09-25 18:19:10 +03:00
get it from the [asset library](https://godotengine.org/asset-library/asset/3246).
2024-08-19 14:07:09 +03:00
2024-09-25 18:19:10 +03:00
clone the repository and copy over the addon.
the `water.tscn` scene in the addon is a preset that should work by default.
2024-08-19 14:07:09 +03:00
2024-09-25 18:19:10 +03:00
## credits
thanks to @HackTrout for writing the original code (https://github.com/HackTrout/2DDynamicWater).