Fixed issue #24

This commit is contained in:
Henrique Santiago
2012-08-20 20:56:16 -03:00
parent ddd3f84ad7
commit 4caf5bfcac
5 changed files with 17 additions and 1 deletions

View File

@@ -49,6 +49,9 @@ function init()
mouseWidget:setVisible(false)
mouseWidget:setFocusable(false)
battleWindow:setContentMinimumHeight(56)
battleWindow:setContentMaximumHeight(384)
connect(Creature, { onSkullChange = checkCreatureSkull,
onEmblemChange = checkCreatureEmblem,
onHealthPercentChange = onCreatureHealthPercentChange,