added better player model(broken in MT, have to fix)

This commit is contained in:
kaadmy 2015-09-26 11:15:05 -07:00
parent 18f0e7fc2f
commit 441e523cc6
4 changed files with 9772 additions and 2 deletions

View File

@ -18,7 +18,7 @@ end
-- Default player appearance -- Default player appearance
default.player_register_model( default.player_register_model(
"character.b3d", "character.x",
{ {
animation_speed=30, animation_speed=30,
textures={"character.png"}, textures={"character.png"},
@ -98,7 +98,7 @@ end
minetest.register_on_joinplayer( minetest.register_on_joinplayer(
function(player) function(player)
default.player_attached[player:get_player_name()]=false 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) player:set_local_animation({x=0, y=79}, {x=168, y=187}, {x=189, y=198}, {x=200, y=219}, 30)
end) end)

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

File diff suppressed because it is too large Load Diff