update genders.lua and my skin.
This commit is contained in:
parent
b759f6b231
commit
7ca21ee930
@ -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 |
@ -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", {
|
||||
|
Loading…
x
Reference in New Issue
Block a user