Skip to content
Snippets Groups Projects
Commit 43ce4257 authored by dg's avatar dg
Browse files

Player tiles

git-svn-id: http://svn.net-core.org/repos/t-engine4@3094 51575b47-30f0-44d4-a5cc-537603b46e54
parent 0c6316e6
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 3 deletions
......@@ -81,9 +81,7 @@ newBirthDescriptor{
{type="lite", subtype="lite", name="brass lantern", ego_chance=-1000},
},
make_tile = function(e)
if not e.image then
e.image = "player/"..e.descriptor.subrace:lower().."_"..e.descriptor.subclass:lower()..".png"
end
e.image = "player/"..e.descriptor.subrace:lower().."_"..e.descriptor.sex:lower()..".png"
end,
},
}
......
game/modules/tome/data/gfx/shockbolt/player/cornac_female.png

7.7 KiB

game/modules/tome/data/gfx/shockbolt/player/cornac_male.png

7.6 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female.png

9.67 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_male.png

9.73 KiB

game/modules/tome/data/gfx/shockbolt/player/ghoul_female.png

9.41 KiB

game/modules/tome/data/gfx/shockbolt/player/ghoul_male.png

9.41 KiB

game/modules/tome/data/gfx/shockbolt/player/halfling_female.png

7.92 KiB

game/modules/tome/data/gfx/shockbolt/player/halfling_male.png

8.57 KiB

game/modules/tome/data/gfx/shockbolt/player/higher_female.png

7.7 KiB

game/modules/tome/data/gfx/shockbolt/player/higher_male.png

7.6 KiB

game/modules/tome/data/gfx/shockbolt/player/shalore_female.png

7.41 KiB

game/modules/tome/data/gfx/shockbolt/player/shalore_male.png

7.41 KiB

game/modules/tome/data/gfx/shockbolt/player/skeleton_female.png

8.05 KiB

game/modules/tome/data/gfx/shockbolt/player/skeleton_male.png

8.05 KiB

game/modules/tome/data/gfx/shockbolt/player/thalore_female.png

7.03 KiB

game/modules/tome/data/gfx/shockbolt/player/thalore_male.png

7.03 KiB

game/modules/tome/data/gfx/shockbolt/player/yeek_female.png

9.56 KiB

game/modules/tome/data/gfx/shockbolt/player/yeek_male.png

9.56 KiB

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