Fix hotbar textures.

Never ever had I known I had missed these. I found them back in
the original assets and added them.
This commit is contained in:
Auke Kok 2019-04-14 21:19:43 -07:00
parent 2b3cadadca
commit add303084b
4 changed files with 4 additions and 1 deletions

View File

@ -299,6 +299,8 @@ minetest.register_on_joinplayer(function(player)
player:set_physics_override({sneak_glitch=false, sneak=false}) player:set_physics_override({sneak_glitch=false, sneak=false})
player:get_inventory():set_size("hand", 1) player:get_inventory():set_size("hand", 1)
player:get_inventory():set_stack("hand", 1, "") player:get_inventory():set_stack("hand", 1, "")
player:hud_set_hotbar_image("gui_hotbar.png")
player:hud_set_hotbar_selected_image("gui_hotbar_selected.png")
-- welcome banner -- welcome banner
local hud = player:hud_add({ local hud = player:hud_add({

View File

@ -1,7 +1,8 @@
`models/character.b3d`: sofar CC-BY-SA-4.0 `models/character.b3d`: sofar CC-BY-SA-4.0
`models/skin_jack.png`, `models/skin_jack.png`,
`textures/skin_preview_jack.png`: From Isabella-II `textures/skin_preview_jack.png`,
`textures/gui_hotbar*`: From Isabella-II
`models/skin_jane.png`, `models/skin_jane.png`,
`models/skin_jean.png`, `models/skin_jean.png`,

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 676 B