update genders.lua and my skin.

This commit is contained in:
Jordach 2014-12-28 18:29:45 +00:00
parent b759f6b231
commit 7ca21ee930
3 changed files with 2 additions and 5 deletions

View File

@ -121,9 +121,6 @@ minetest.register_on_joinplayer(function(player)
elseif genders[player:get_player_name()] == 2 then
default.player_set_model(player, "character_18.b3d")
player:set_local_animation({x=0, y=79}, {x=168, y=187}, {x=189, y=198}, {x=200, y=219}, 30)
elseif player:get_player_name() == "Jordach" then
default.player_set_model(player, "character_jordach.b3d")
player:set_local_animation({x=0, y=79}, {x=168, y=187}, {x=189, y=198}, {x=200, y=219}, 30)
elseif player:get_player_name() == "Hoodedice" then
default.player_set_model(player, "characterfemale.b3d")
player:set_local_animation({x=0, y=79}, {x=168, y=187}, {x=189, y=198}, {x=200, y=219}, 30)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -66,7 +66,7 @@ male_statue_names = {"Adarqet",
"Josh",
"Kacey",
"kaeza",
"Jordach",
--"Jordach",
"KingBOBO",
"KOD",
"Lalluffi",
@ -213,7 +213,7 @@ female_statue_names = {"abigail",
"Hoodedice",
}
cloth_statue_names = {"18_test", "Sokomine"}
cloth_statue_names = {"18_test", "Sokomine", "Jordach",}
-- create a statue that looks like the default skins
minetest.register_node("statues:default_skin", {