rework on healthbar module

This commit is contained in:
Eduardo Bart
2012-01-03 13:17:52 -02:00
parent f750920a36
commit 26800dfe2a
4 changed files with 30 additions and 38 deletions

View File

@@ -14,7 +14,6 @@ function MessageBox.create(title, text, flags)
window:setTitle(title)
local label = window:getChildById('messageBoxLabel')
label:setStyle('Label')
label:setText(text)
label:resizeToText()