Simple sideview water for Godot that reacts to forces applied to it.
addons/dynamic_water_2d | ||
examples/dynamic_water_2d | ||
resources | ||
.gitignore | ||
LICENSE.txt | ||
project.godot | ||
README.md |
dynamic_water_2d
simple sideview water for Godot that reacts to forces applied to it.
usage
get it from the asset library.
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).