Simple sideview water for Godot that reacts to forces applied to it.
Go to file
2024-09-25 18:19:10 +03:00
addons/dynamic_water_2d feat: push error if either the top left or bottom right markers arent set 2024-09-06 19:16:20 +09:00
examples/dynamic_water_2d chore: change example folder name 2024-08-19 14:01:32 +03:00
resources chore: add icon for asset lib 2024-08-19 14:13:31 +03:00
.gitignore chore: init 2024-08-19 13:56:56 +03:00
LICENSE.txt chore: init 2024-08-19 13:56:56 +03:00
project.godot chore: change example folder name 2024-08-19 14:01:32 +03:00
README.md docs: update readme 2024-09-25 18:19:10 +03:00

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