sama/samantha.lua

9 lines
153 B
Lua

-- Samantha Definitions
-- Default player appearance
-- Update appearance when the player joins
minetest.register_on_joinplayer(function(player)
end)