Fix sunken player model

This commit is contained in:
Wuzzy 2020-03-30 22:54:57 +02:00
parent 4fea2a7f3f
commit c59cfbfa8e
4 changed files with 2 additions and 10318 deletions

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -13,12 +13,12 @@ animation_speed = 30
animation_blend = 0
-- Default player appearance
default_model = "character.x"
default_model = "character.b3d"
default_textures = {"character.png", }
-- Frame ranges for each player model
function player_get_animations(model)
if model == "character.x" then
if model == "character.b3d" then
return {
stand_START = 0,
stand_END = 79,