Merge pull request #1 from Zeg9/fix

Fix new_style_water animation
This commit is contained in:
HybridDog 2013-08-02 09:23:35 -07:00
commit 08a91ef0e3

View File

@ -163,7 +163,7 @@ minetest.register_node("sumpf:dirtywater_source", {
{name="sumpfwasser.png", animation={type="vertical_frames", aspect_w=32, aspect_h=32, length=1.0}}, {name="sumpfwasser.png", animation={type="vertical_frames", aspect_w=32, aspect_h=32, length=1.0}},
{name="sumpfwasser2.png", animation={type="vertical_frames", aspect_w=32, aspect_h=32, length=1.0}} {name="sumpfwasser2.png", animation={type="vertical_frames", aspect_w=32, aspect_h=32, length=1.0}}
}, },
special_tiles = {{name="sumpfwasser.png", backface_culling=false},}, special_tiles = {{name="sumpfwasser.png", animation={type="vertical_frames", aspect_w=32, aspect_h=32, length=1.0}, backface_culling=false},},
alpha = WATER_ALPHA, alpha = WATER_ALPHA,
paramtype = "light", paramtype = "light",
walkable = false, walkable = false,