Fixed water texture error.

This commit is contained in:
Aaron Suen 2019-10-11 19:49:35 -04:00
parent ed2a9e9573
commit 984947830a
3 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ local function anim(name, len)
return {
name = name,
animation = {
type = "vertical_frames",
["type"] = "vertical_frames",
aspect_w = 16,
aspect_h = 16,
length = len

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB