added better player model(broken in MT, have to fix)
This commit is contained in:
parent
18f0e7fc2f
commit
441e523cc6
@ -18,7 +18,7 @@ end
|
||||
|
||||
-- Default player appearance
|
||||
default.player_register_model(
|
||||
"character.b3d",
|
||||
"character.x",
|
||||
{
|
||||
animation_speed=30,
|
||||
textures={"character.png"},
|
||||
@ -98,7 +98,7 @@ end
|
||||
minetest.register_on_joinplayer(
|
||||
function(player)
|
||||
default.player_attached[player:get_player_name()]=false
|
||||
default.player_set_model(player, "character.b3d")
|
||||
default.player_set_model(player, "character.x")
|
||||
player:set_local_animation({x=0, y=79}, {x=168, y=187}, {x=189, y=198}, {x=200, y=219}, 30)
|
||||
end)
|
||||
|
||||
|
BIN
mods/default/models/character.blend
Normal file
BIN
mods/default/models/character.blend
Normal file
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
9770
mods/default/models/character.x
Normal file
9770
mods/default/models/character.x
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user