2012-10-09 02:46:23 +02:00
|
|
|
SpellGroupIcon < UIWidget
|
|
|
|
size: 22 22
|
|
|
|
image-size: 22 22
|
2013-01-18 23:39:11 +01:00
|
|
|
image-source: /images/game/spells/cooldowns
|
2012-10-09 02:46:23 +02:00
|
|
|
focusable: false
|
2012-10-13 21:33:04 +02:00
|
|
|
margin-top: 3
|
2012-10-09 02:46:23 +02:00
|
|
|
|
|
|
|
SpellIcon < UIWidget
|
2014-01-18 15:09:26 +01:00
|
|
|
size: 24 24
|
2013-01-30 00:00:13 +01:00
|
|
|
image-size: 24 24
|
2012-10-09 02:46:23 +02:00
|
|
|
focusable: false
|
2013-01-30 00:00:13 +01:00
|
|
|
|
|
|
|
$!first:
|
|
|
|
margin-left: 1
|
2012-10-09 02:46:23 +02:00
|
|
|
|
2012-10-09 03:43:52 +02:00
|
|
|
SpellProgressRect < UIProgressRect
|
2012-10-09 02:46:23 +02:00
|
|
|
background: #585858AA
|
|
|
|
percent: 100
|
|
|
|
focusable: false
|
2013-01-30 00:00:13 +01:00
|
|
|
|
|
|
|
GroupCooldownParticles < UIParticles
|
|
|
|
effect: groupcooldown-effect
|
2014-01-18 15:09:26 +01:00
|
|
|
|
2012-10-13 21:33:04 +02:00
|
|
|
MiniWindow
|
|
|
|
id: cooldownWindow
|
|
|
|
!text: tr('Spell Cooldowns')
|
2013-01-30 00:00:13 +01:00
|
|
|
height: 82
|
2013-01-18 23:39:11 +01:00
|
|
|
icon: /images/topbuttons/cooldowns
|
2012-10-13 21:33:04 +02:00
|
|
|
@onClose: modules.game_cooldown.onMiniWindowClose()
|
|
|
|
&save: true
|
2014-01-18 15:09:26 +01:00
|
|
|
|
2012-10-13 21:33:04 +02:00
|
|
|
MiniWindowContents
|
|
|
|
SpellGroupIcon
|
|
|
|
id: groupIconAttack
|
|
|
|
image-clip: 0 0 20 20
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.left: parent.left
|
2013-01-30 00:00:13 +01:00
|
|
|
margin-left: 2
|
2012-10-13 21:33:04 +02:00
|
|
|
$on:
|
|
|
|
image-clip: 0 20 20 20
|
2012-10-09 02:46:23 +02:00
|
|
|
|
2012-10-13 21:33:04 +02:00
|
|
|
SpellProgressRect
|
|
|
|
id: progressRectAttack
|
|
|
|
anchors.fill: groupIconAttack
|
|
|
|
!tooltip: tr('Attack')
|
2012-10-09 02:46:23 +02:00
|
|
|
|
2012-10-13 21:33:04 +02:00
|
|
|
SpellGroupIcon
|
|
|
|
id: groupIconHealing
|
|
|
|
image-clip: 20 0 20 20
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.left: groupIconAttack.right
|
|
|
|
margin-left: 3
|
|
|
|
$on:
|
|
|
|
image-clip: 20 20 20 20
|
2012-10-09 02:46:23 +02:00
|
|
|
|
2012-10-13 21:33:04 +02:00
|
|
|
SpellProgressRect
|
|
|
|
id: progressRectHealing
|
|
|
|
anchors.fill: groupIconHealing
|
|
|
|
!tooltip: tr('Healing')
|
2012-10-09 02:46:23 +02:00
|
|
|
|
2012-10-13 21:33:04 +02:00
|
|
|
SpellGroupIcon
|
|
|
|
id: groupIconSupport
|
|
|
|
image-clip: 40 0 20 20
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.left: groupIconHealing.right
|
|
|
|
margin-left: 3
|
|
|
|
$on:
|
|
|
|
image-clip: 40 20 20 20
|
2012-10-09 02:46:23 +02:00
|
|
|
|
2012-10-13 21:33:04 +02:00
|
|
|
SpellProgressRect
|
|
|
|
id: progressRectSupport
|
|
|
|
anchors.fill: groupIconSupport
|
|
|
|
!tooltip: tr('Support')
|
2012-10-09 02:46:23 +02:00
|
|
|
|
2012-10-13 21:33:04 +02:00
|
|
|
SpellGroupIcon
|
|
|
|
id: groupIconSpecial
|
|
|
|
image-clip: 60 0 20 20
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.left: groupIconSupport.right
|
|
|
|
margin-left: 3
|
|
|
|
$on:
|
|
|
|
image-clip: 60 20 20 20
|
2012-10-09 02:46:23 +02:00
|
|
|
|
2012-10-13 21:33:04 +02:00
|
|
|
SpellProgressRect
|
|
|
|
id: progressRectSpecial
|
|
|
|
anchors.fill: groupIconSpecial
|
|
|
|
!tooltip: tr('Special')
|
2012-10-09 02:46:23 +02:00
|
|
|
|
2012-10-13 21:33:04 +02:00
|
|
|
Panel
|
2013-02-23 06:53:27 +01:00
|
|
|
id: cooldownPanel
|
2013-01-30 00:00:13 +01:00
|
|
|
layout:
|
|
|
|
type: horizontalBox
|
|
|
|
height: 30
|
|
|
|
margin-top: 3
|
|
|
|
padding: 3
|
2012-10-13 21:33:04 +02:00
|
|
|
anchors.top: groupIconSpecial.bottom
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: parent.right
|
2014-07-12 18:44:02 +02:00
|
|
|
background-color: #00000022
|
2014-01-18 15:09:26 +01:00
|
|
|
|