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:
parent
2b3cadadca
commit
add303084b
@ -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({
|
||||||
|
@ -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`,
|
||||||
|
BIN
mods/player/textures/gui_hotbar.png
Normal file
BIN
mods/player/textures/gui_hotbar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
BIN
mods/player/textures/gui_hotbar_selected.png
Normal file
BIN
mods/player/textures/gui_hotbar_selected.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 676 B |
Loading…
x
Reference in New Issue
Block a user