Simple sideview water for Godot that reacts to forces applied to it.
Go to file
2024-09-06 19:16:20 +09: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: add readme 2024-08-19 14:07:09 +03:00

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