Big Update

This commit is contained in:
Craig 2014-05-07 16:17:17 +01:00
parent 26b125064c
commit 74799ee570
57 changed files with 7813 additions and 8443 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)