add interpolation to water animation

This commit is contained in:
Pomi108
2023-08-25 17:56:18 +02:00
parent c6fdcd5e82
commit 96548886c2
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": {
"interpolate": true,
"frametime": 2
}
}