add animations for use w/ the emote mod

This commit is contained in:
flux 2023-01-13 15:03:37 -08:00
parent 52f0e6a0ed
commit cbc2a3f030
No known key found for this signature in database
GPG Key ID: 9333B27816848A15
1 changed files with 4 additions and 0 deletions

View File

@ -303,6 +303,10 @@ player_api.register_model("3d_armor_character.b3d", {
mine = {x=189, y=198},
walk_mine = {x=200, y=219},
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},
},
})