Use proper player image in inventory menu

This commit is contained in:
Wuzzy 2017-02-17 04:50:12 +01:00
parent 241a392fc1
commit 614d46c237
2 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ local function set_inventory(player)
player:get_inventory():set_size("craft", 4)
local player_name = player:get_player_name()
-- TODO: Use player.png to allow for custom skins
local img = "crafting_player2d.png"
local armor_img = ""
if show_armor then

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB