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:
cora 2022-11-18 13:47:53 +00:00
commit 6051731645
3 changed files with 4 additions and 1 deletions

View File

@ -67,7 +67,10 @@ for i=0,4 do
minetest.register_node("mcl_beds:respawn_anchor_charged_"..i,{
description=S("Respawn Anchor"),
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_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