1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-21 20:20:18 +02:00

refix wrong name:(

This commit is contained in:
crabman77 2015-10-17 21:51:14 +02:00
parent ca6f28d2a2
commit 9cffc4bfae

View File

@ -21,12 +21,12 @@ minetest.register_node("eventobjects:surprise_node", {
}, },
special_tiles = { special_tiles = {
{ {
image = "eventobjects_surprise_node_top.png", image = "eventobjects_surprise_node_animated.png",
backface_culling=false, backface_culling=false,
animation={type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 0.6} animation={type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 0.6}
}, },
{ {
image = "eventobjects_surprise_node_top.png", image = "eventobjects_surprise_node_animated.png",
backface_culling=true, backface_culling=true,
animation={type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 0.6} animation={type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 0.6}
} }