mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-15 12:21:24 +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
|
||||
|
||||
MirceaKitsune (WTFPL):
|
||||
character.x
|
||||
character.b3d
|
||||
|
||||
Jordach (CC BY-SA 3.0):
|
||||
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
|
||||
|
||||
-- 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,
|
||||
|
|
Loading…
Add table
Reference in a new issue