forked from Wuzzy/realtest_mt5
Fix sunken player model
This commit is contained in:
parent
4fea2a7f3f
commit
c59cfbfa8e
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -13,12 +13,12 @@ animation_speed = 30
|
||||||
animation_blend = 0
|
animation_blend = 0
|
||||||
|
|
||||||
-- Default player appearance
|
-- Default player appearance
|
||||||
default_model = "character.x"
|
default_model = "character.b3d"
|
||||||
default_textures = {"character.png", }
|
default_textures = {"character.png", }
|
||||||
|
|
||||||
-- Frame ranges for each player model
|
-- Frame ranges for each player model
|
||||||
function player_get_animations(model)
|
function player_get_animations(model)
|
||||||
if model == "character.x" then
|
if model == "character.b3d" then
|
||||||
return {
|
return {
|
||||||
stand_START = 0,
|
stand_START = 0,
|
||||||
stand_END = 79,
|
stand_END = 79,
|
||||||
|
|
Loading…
Reference in New Issue