tibia-client/modules/game_combatcontrols/combatcontrols.otui

54 lines
1.4 KiB
Plaintext
Raw Normal View History

2012-02-08 00:06:52 +01:00
CombatBox < UICheckBox
size: 20 20
image-clip: 0 0 20 20
anchors.top: parent.top
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
image-source: /images/game/combatmodes/fightoffensive
2012-02-08 00:06:52 +01:00
FightBalancedBox < CombatBox
image-source: /images/game/combatmodes/fightbalanced
2012-02-08 00:06:52 +01:00
FightDefensiveBox < CombatBox
image-source: /images/game/combatmodes/fightdefensive
2012-02-08 00:06:52 +01:00
ChaseModeBox < CombatBox
image-source: /images/game/combatmodes/chasemode
2012-02-08 00:06:52 +01:00
SafeFightBox < CombatBox
image-source: /images/game/combatmodes/safefight
2012-02-08 00:06:52 +01:00
MiniWindow
2012-06-21 21:31:22 +02:00
id: combatControlsWindow
!text: tr('Combat Controls')
icon: /images/topbuttons/combatcontrols
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
MiniWindowContents
FightOffensiveBox
id: fightOffensiveBox
anchors.left: parent.left
anchors.verticalCenter: parent.verticalCenter
FightBalancedBox
id: fightBalancedBox
anchors.left: prev.right
anchors.verticalCenter: parent.verticalCenter
FightDefensiveBox
id: fightDefensiveBox
anchors.left: prev.right
anchors.verticalCenter: parent.verticalCenter
ChaseModeBox
id: chaseModeBox
anchors.right: next.left
anchors.verticalCenter: parent.verticalCenter
SafeFightBox
id: safeFightBox
anchors.right: parent.right
anchors.verticalCenter: parent.verticalCenter