tibia-client/modules/game_combatcontrols/combatcontrols.otui

93 lines
2.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
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
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
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
MiniWindow
2012-06-21 21:31:22 +02:00
id: combatControlsWindow
!text: tr('Combat Controls')
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
MiniWindowContents
FightOffensiveBox
id: fightOffensiveBox
2013-11-19 00:50:00 +01:00
anchors.top: parent.top
anchors.left: parent.left
2013-11-19 00:50:00 +01:00
margin: 2 1
FightBalancedBox
id: fightBalancedBox
2013-11-19 00:50:00 +01:00
anchors.top: parent.top
anchors.left: prev.right
FightDefensiveBox
id: fightDefensiveBox
2013-11-19 00:50:00 +01:00
anchors.top: parent.top
anchors.left: prev.right
2013-11-19 00:50:00 +01:00
MountButton
id: mountButton
anchors.top: parent.top
anchors.right: next.left
ChaseModeBox
id: chaseModeBox
2013-11-19 00:50:00 +01:00
anchors.top: parent.top
anchors.right: next.left
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
anchors.right: parent.right
2013-11-19 00:50:00 +01:00
anchors.bottom: parent.bottom
height: 20
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