diff --git a/itemcontroller.lua b/itemcontroller.lua index 1da628b..0eb4cae 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -323,7 +323,9 @@ local PAGES = { local damageBar = nil if damage ~= nil and maxDamage ~= nil then damageBar = Progress:new{ - progress = (damage / maxDamage) + progress = (damage / maxDamage), + width = state.width - 2, + height = 1 } end