2012-02-08 00:06:52 +01:00
|
|
|
CombatBox < UICheckBox
|
|
|
|
size: 20 20
|
|
|
|
image-clip: 0 0 20 20
|
|
|
|
anchors.top: parent.top
|
2012-07-13 01:40:55 +02:00
|
|
|
margin: 0 4
|
|
|
|
$first:
|
|
|
|
margin: 0 1
|
|
|
|
$last:
|
|
|
|
margin: 0 1
|
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
|
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
|
2012-07-13 01:40:55 +02:00
|
|
|
height: 48
|
2012-06-24 14:41:39 +02:00
|
|
|
&save: true
|
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
|
2012-07-13 01:40:55 +02:00
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.verticalCenter: parent.verticalCenter
|
2012-03-28 16:10:21 +02:00
|
|
|
FightBalancedBox
|
|
|
|
id: fightBalancedBox
|
2012-07-13 01:40:55 +02:00
|
|
|
anchors.left: prev.right
|
|
|
|
anchors.verticalCenter: parent.verticalCenter
|
2012-03-28 16:10:21 +02:00
|
|
|
FightDefensiveBox
|
|
|
|
id: fightDefensiveBox
|
2012-07-13 01:40:55 +02:00
|
|
|
anchors.left: prev.right
|
|
|
|
anchors.verticalCenter: parent.verticalCenter
|
2012-03-28 16:10:21 +02:00
|
|
|
ChaseModeBox
|
|
|
|
id: chaseModeBox
|
2012-07-13 01:40:55 +02:00
|
|
|
anchors.right: next.left
|
|
|
|
anchors.verticalCenter: parent.verticalCenter
|
2012-03-28 16:10:21 +02:00
|
|
|
SafeFightBox
|
|
|
|
id: safeFightBox
|
2012-07-13 01:40:55 +02:00
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.verticalCenter: parent.verticalCenter
|