[home_gui] Update to Git patch abd8a10:
https://github.com/AntumMT/mod-home_gui/tree/abd8a10
This commit is contained in:
parent
7e055de414
commit
d1ea2ba0fe
@ -505,7 +505,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
|
|||||||
[patch.hbarmor]: https://github.com/AntumMT/mod-hbarmor/tree/587dae9
|
[patch.hbarmor]: https://github.com/AntumMT/mod-hbarmor/tree/587dae9
|
||||||
[patch.hbsprint]: https://github.com/AntumMT/mod-hbsprint/tree/e2a8d88
|
[patch.hbsprint]: https://github.com/AntumMT/mod-hbsprint/tree/e2a8d88
|
||||||
[patch.helicopter]: https://github.com/AntumMT/mod-helicopter/tree/9ffee1f
|
[patch.helicopter]: https://github.com/AntumMT/mod-helicopter/tree/9ffee1f
|
||||||
[patch.home_gui]: https://github.com/AntumMT/mod-home_gui/tree/bcc3fcf
|
[patch.home_gui]: https://github.com/AntumMT/mod-home_gui/tree/abd8a10
|
||||||
[patch.homedecor]: https://github.com/AntumMT/mp-homedecor/tree/8e0e64c
|
[patch.homedecor]: https://github.com/AntumMT/mp-homedecor/tree/8e0e64c
|
||||||
[patch.hovercraft]: https://github.com/AntumMT/mod-hovercraft/tree/73a6223
|
[patch.hovercraft]: https://github.com/AntumMT/mod-hovercraft/tree/73a6223
|
||||||
[patch.hud]: https://github.com/AntumMT/mod-hud/tree/6846e20
|
[patch.hud]: https://github.com/AntumMT/mod-hud/tree/6846e20
|
||||||
|
@ -65,8 +65,6 @@ else
|
|||||||
local use_sfinv = (core.global_exists("sfinv_buttons") and core.settings:get("inventory") == "sfinv") or false
|
local use_sfinv = (core.global_exists("sfinv_buttons") and core.settings:get("inventory") == "sfinv") or false
|
||||||
end
|
end
|
||||||
|
|
||||||
local ui_icon = nil
|
|
||||||
|
|
||||||
|
|
||||||
-- get_formspec
|
-- get_formspec
|
||||||
home_gui.get_formspec = function(player)
|
home_gui.get_formspec = function(player)
|
||||||
@ -89,7 +87,7 @@ if use_sfinv then
|
|||||||
action = function(player)
|
action = function(player)
|
||||||
player:set_inventory_formspec(home_gui.get_formspec(player, "home_gui"))
|
player:set_inventory_formspec(home_gui.get_formspec(player, "home_gui"))
|
||||||
end,
|
end,
|
||||||
image = ui_icon,
|
image = "home_gui_inv.png",
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
BIN
mods/ui/home_gui/textures/home_gui_inv.png
Normal file
BIN
mods/ui/home_gui/textures/home_gui_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 462 B |
Loading…
x
Reference in New Issue
Block a user