Adjust hunger bar to fit non-scaling default bars.

This commit is contained in:
Duane 2016-07-03 23:41:15 -05:00
parent 0fd901dcca
commit 4a63066b7d

View file

@ -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],