Fix some issues in battle

This commit is contained in:
Eduardo Bart
2012-08-03 02:58:48 -03:00
parent f397e6319c
commit 325b711181
4 changed files with 18 additions and 7 deletions

View File

@@ -52,6 +52,7 @@ MiniWindow
anchors.right: next.left
margin-right: 5
margin-top: 3
@onCheckChange: modules.game_battle.checkCreatures()
BattleNPCs
id: hideNPCs
@@ -60,6 +61,7 @@ MiniWindow
anchors.right: next.left
margin-right: 5
margin-top: 3
@onCheckChange: modules.game_battle.checkCreatures()
BattleMonsters
id: hideMonsters
@@ -67,6 +69,7 @@ MiniWindow
anchors.top: parent.top
anchors.horizontalCenter: parent.horizontalCenter
margin-top: 3
@onCheckChange: modules.game_battle.checkCreatures()
BattleSkulls
id: hideSkulls
@@ -74,6 +77,7 @@ MiniWindow
anchors.top: prev.top
anchors.left: prev.right
margin-left: 5
@onCheckChange: modules.game_battle.checkCreatures()
BattleParty
id: hideParty
@@ -81,6 +85,7 @@ MiniWindow
anchors.top: prev.top
anchors.left: prev.right
margin-left: 5
@onCheckChange: modules.game_battle.checkCreatures()
HorizontalSeparator
anchors.top: prev.bottom