add animations for use w/ the emote mod (#98)

This commit is contained in:
fluxionary 2023-01-14 12:44:41 -08:00 committed by GitHub
parent 52f0e6a0ed
commit 72970b3da1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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},
},
})