Skip to content
Snippets Groups Projects
Commit 15740ffd authored by BlockMen's avatar BlockMen
Browse files

Add animations for third person view

parent a5dcf123
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment