Add animations for third person view

This commit is contained in:
BlockMen 2014-04-12 01:17:54 +02:00
parent a5dcf123e0
commit 15740ffd3d
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ end
-- Update appearance when the player joins
minetest.register_on_joinplayer(function(player)
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)
minetest.register_on_leaveplayer(function(player)