mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-21 15:21:21 +00:00
replaced .x model by .b3d model (try2)
This commit is contained in:
parent
c27afe7ee8
commit
9539636d16
4 changed files with 3 additions and 6560 deletions
|
@ -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
|
||||||
|
|
BIN
mods/default/models/character.b3d
Normal file
BIN
mods/default/models/character.b3d
Normal file
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…
Add table
Reference in a new issue