mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 22:43:27 +02:00
Fix some issues in battle
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user