replaced .x model by .b3d model (try2)

This commit is contained in:
sapier 2013-01-06 17:03:18 +00:00
parent c27afe7ee8
commit 9539636d16
4 changed files with 3 additions and 6560 deletions

View file

@ -84,7 +84,7 @@ Calinou's improved default textures (CC BY-SA):
default_tool_steelsword.png default_tool_steelsword.png
MirceaKitsune (WTFPL): MirceaKitsune (WTFPL):
character.x character.b3d
Jordach (CC BY-SA 3.0): Jordach (CC BY-SA 3.0):
character.png character.png

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 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,