Define size for Progress
This commit is contained in:
parent
a483a319e6
commit
3ab4c97fae
@ -323,7 +323,9 @@ local PAGES = {
|
|||||||
local damageBar = nil
|
local damageBar = nil
|
||||||
if damage ~= nil and maxDamage ~= nil then
|
if damage ~= nil and maxDamage ~= nil then
|
||||||
damageBar = Progress:new{
|
damageBar = Progress:new{
|
||||||
progress = (damage / maxDamage)
|
progress = (damage / maxDamage),
|
||||||
|
width = state.width - 2,
|
||||||
|
height = 1
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user