add interpolation to water animation

This commit is contained in:
Pomi108
2023-08-25 17:56:18 +02:00
parent 07cf321319
commit 4ea925bf5d
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
{ {
"animation": {} "animation": {
"interpolate": true
}
} }

View File

@@ -1,5 +1,6 @@
{ {
"animation": { "animation": {
"interpolate": true,
"frametime": 2 "frametime": 2
} }
} }