forked from VoxeLibre/VoxeLibre
Merge pull request 'Respawn Anchor Top Animation' (#2981) from FossFanatic/MineClone2:respawn_anchor_animation into master
Reviewed-on: MineClone2/MineClone2#2981 Reviewed-by: cora <cora@noreply.git.minetest.land>
This commit is contained in:
commit
6051731645
|
@ -67,7 +67,10 @@ for i=0,4 do
|
||||||
minetest.register_node("mcl_beds:respawn_anchor_charged_"..i,{
|
minetest.register_node("mcl_beds:respawn_anchor_charged_"..i,{
|
||||||
description=S("Respawn Anchor"),
|
description=S("Respawn Anchor"),
|
||||||
tiles = {
|
tiles = {
|
||||||
"portal.png",
|
{
|
||||||
|
image="respawn_anchor_top_on.png",
|
||||||
|
animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=2.0}
|
||||||
|
},
|
||||||
"respawn_anchor_bottom.png",
|
"respawn_anchor_bottom.png",
|
||||||
"respawn_anchor_side"..i ..".png"
|
"respawn_anchor_side"..i ..".png"
|
||||||
},
|
},
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 6.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Loading…
Reference in New Issue