forked from VoxeLibre/VoxeLibre
Use proper player image in inventory menu
This commit is contained in:
parent
241a392fc1
commit
614d46c237
|
@ -44,6 +44,7 @@ local function set_inventory(player)
|
||||||
player:get_inventory():set_size("craft", 4)
|
player:get_inventory():set_size("craft", 4)
|
||||||
|
|
||||||
local player_name = player:get_player_name()
|
local player_name = player:get_player_name()
|
||||||
|
-- TODO: Use player.png to allow for custom skins
|
||||||
local img = "crafting_player2d.png"
|
local img = "crafting_player2d.png"
|
||||||
local armor_img = ""
|
local armor_img = ""
|
||||||
if show_armor then
|
if show_armor then
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in New Issue