2012-02-08 00:06:52 +01:00
|
|
|
CombatBox < UICheckBox
|
|
|
|
size: 20 20
|
|
|
|
image-clip: 0 0 20 20
|
2013-11-19 00:50:00 +01:00
|
|
|
margin: 2 4
|
2012-02-08 00:06:52 +01:00
|
|
|
|
|
|
|
$checked:
|
|
|
|
image-clip: 0 20 20 20
|
|
|
|
|
|
|
|
FightOffensiveBox < CombatBox
|
2013-01-18 23:39:11 +01:00
|
|
|
image-source: /images/game/combatmodes/fightoffensive
|
2012-02-08 00:06:52 +01:00
|
|
|
FightBalancedBox < CombatBox
|
2013-01-18 23:39:11 +01:00
|
|
|
image-source: /images/game/combatmodes/fightbalanced
|
2012-02-08 00:06:52 +01:00
|
|
|
FightDefensiveBox < CombatBox
|
2013-01-18 23:39:11 +01:00
|
|
|
image-source: /images/game/combatmodes/fightdefensive
|
2012-02-08 00:06:52 +01:00
|
|
|
ChaseModeBox < CombatBox
|
2013-01-18 23:39:11 +01:00
|
|
|
image-source: /images/game/combatmodes/chasemode
|
2012-02-08 00:06:52 +01:00
|
|
|
SafeFightBox < CombatBox
|
2013-01-18 23:39:11 +01:00
|
|
|
image-source: /images/game/combatmodes/safefight
|
2014-01-18 15:09:26 +01:00
|
|
|
|
2013-11-19 00:50:00 +01:00
|
|
|
MountButton < CombatBox
|
|
|
|
image-source: /images/game/combatmodes/mount
|
|
|
|
|
|
|
|
WhiteDoveBox < CombatBox
|
|
|
|
image-source: /images/game/combatmodes/whitedovemode
|
|
|
|
WhiteHandBox < CombatBox
|
|
|
|
image-source: /images/game/combatmodes/whitehandmode
|
|
|
|
YellowHandBox < CombatBox
|
|
|
|
image-source: /images/game/combatmodes/yellowhandmode
|
|
|
|
RedFistBox < CombatBox
|
|
|
|
image-source: /images/game/combatmodes/redfistmode
|
2012-02-08 00:06:52 +01:00
|
|
|
|
2012-03-28 16:10:21 +02:00
|
|
|
MiniWindow
|
2012-06-21 21:31:22 +02:00
|
|
|
id: combatControlsWindow
|
2012-04-26 21:54:16 +02:00
|
|
|
!text: tr('Combat Controls')
|
2013-01-18 23:39:11 +01:00
|
|
|
icon: /images/topbuttons/combatcontrols
|
2013-11-19 00:50:00 +01:00
|
|
|
height: 49
|
2012-06-24 14:41:39 +02:00
|
|
|
&save: true
|
2013-11-19 00:50:00 +01:00
|
|
|
&simpleControlsHeight: 49
|
|
|
|
&extendedControlsHeight: 72
|
2012-08-17 23:36:53 +02:00
|
|
|
@onClose: modules.game_combatcontrols.onMiniWindowClose()
|
2012-02-08 00:06:52 +01:00
|
|
|
|
2012-03-28 16:10:21 +02:00
|
|
|
MiniWindowContents
|
|
|
|
FightOffensiveBox
|
|
|
|
id: fightOffensiveBox
|
2013-11-19 00:50:00 +01:00
|
|
|
anchors.top: parent.top
|
2012-07-13 01:40:55 +02:00
|
|
|
anchors.left: parent.left
|
2013-11-19 00:50:00 +01:00
|
|
|
margin: 2 1
|
2012-03-28 16:10:21 +02:00
|
|
|
FightBalancedBox
|
|
|
|
id: fightBalancedBox
|
2013-11-19 00:50:00 +01:00
|
|
|
anchors.top: parent.top
|
2012-07-13 01:40:55 +02:00
|
|
|
anchors.left: prev.right
|
2012-03-28 16:10:21 +02:00
|
|
|
FightDefensiveBox
|
|
|
|
id: fightDefensiveBox
|
2013-11-19 00:50:00 +01:00
|
|
|
anchors.top: parent.top
|
2012-07-13 01:40:55 +02:00
|
|
|
anchors.left: prev.right
|
2013-11-19 00:50:00 +01:00
|
|
|
MountButton
|
|
|
|
id: mountButton
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.right: next.left
|
2012-03-28 16:10:21 +02:00
|
|
|
ChaseModeBox
|
|
|
|
id: chaseModeBox
|
2013-11-19 00:50:00 +01:00
|
|
|
anchors.top: parent.top
|
2012-07-13 01:40:55 +02:00
|
|
|
anchors.right: next.left
|
2012-03-28 16:10:21 +02:00
|
|
|
SafeFightBox
|
|
|
|
id: safeFightBox
|
2013-11-19 00:50:00 +01:00
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.right: parent.right
|
|
|
|
margin: 2 1
|
|
|
|
|
|
|
|
Panel
|
|
|
|
id: pvpModesPanel
|
|
|
|
anchors.left: parent.left
|
2012-07-13 01:40:55 +02:00
|
|
|
anchors.right: parent.right
|
2013-11-19 00:50:00 +01:00
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
height: 20
|
2014-01-18 15:09:26 +01:00
|
|
|
|
2013-11-19 00:50:00 +01:00
|
|
|
WhiteDoveBox
|
|
|
|
id: whiteDoveBox
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
margin: 2 1
|
|
|
|
WhiteHandBox
|
|
|
|
id: whiteHandBox
|
|
|
|
anchors.left: prev.right
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
YellowHandBox
|
|
|
|
id: yellowHandBox
|
|
|
|
anchors.left: prev.right
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
RedFistBox
|
|
|
|
id: redFistBox
|
|
|
|
anchors.left: prev.right
|
|
|
|
anchors.bottom: parent.bottom
|