mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2024-11-22 20:43:43 +01:00
add animations for use w/ the emote mod (#98)
This commit is contained in:
parent
52f0e6a0ed
commit
72970b3da1
@ -303,6 +303,10 @@ player_api.register_model("3d_armor_character.b3d", {
|
|||||||
mine = {x=189, y=198},
|
mine = {x=189, y=198},
|
||||||
walk_mine = {x=200, y=219},
|
walk_mine = {x=200, y=219},
|
||||||
sit = {x=81, y=160},
|
sit = {x=81, y=160},
|
||||||
|
-- compatibility w/ the emote mod
|
||||||
|
wave = {x = 192, y = 196, override_local = true},
|
||||||
|
point = {x = 196, y = 196, override_local = true},
|
||||||
|
freeze = {x = 205, y = 205, override_local = true},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user