add conditions viewer below healthbar, fix hotkeys autosend

This commit is contained in:
AndreFaramir
2012-03-29 18:46:21 -03:00
parent 6ace984440
commit fd2bc9fb77
20 changed files with 76 additions and 4 deletions

View File

@@ -33,11 +33,17 @@ ManaLabel < GameLabel
margin-top: 2
text: 0 / 0
ConditionWidget < UIWidget
size: 18 18
$!first:
margin-left: 5
MiniWindow
icon: healthbar.png
id: healthBarWindow
text: Health Bar
height: 64
height: 86
@onClose: HealthBar.toggle()
MiniWindowContents
@@ -45,3 +51,13 @@ MiniWindow
HealthLabel
ManaBar
ManaLabel
Panel
id: conditions_content
layout:
type: horizontalBox
fit-children: true
height: 18
margin-top: 5
anchors.top: prev.bottom
anchors.horizontalcenter: parent.horizontalcenter