Adjust hunger bar to fit non-scaling default bars.
This commit is contained in:
parent
0fd901dcca
commit
4a63066b7d
1 changed files with 2 additions and 1 deletions
3
init.lua
3
init.lua
|
@ -218,7 +218,8 @@ if not hunger_mod then
|
|||
|
||||
local hunger_bar = {
|
||||
hud_elem_type = 'statbar',
|
||||
position = {x=0.52, y=0.883},
|
||||
position = {x=0.52, y=1},
|
||||
offset = {x = 0, y = -90},
|
||||
name = "hunger",
|
||||
text = "farming_bread.png",
|
||||
number = fun_caves.db.hunger[name],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue