blob: a0583252c671060aee232f97c222be7a47c855f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
"Resource/UI/HudBossHealth.res"
{
"BorderImage"
{
"ControlName" "EditablePanel"
"fieldName" "BorderImage"
"xpos" "0"
"ypos" "5"
"zpos" "0"
"wide" "200"
"tall" "22"
"visible" "1"
"enabled" "1"
"bgcolor_override" "TransparentBlack"
"PaintBackgroundType" "2"
}
"HealthBarPanel"
{
"ControlName" "EditablePanel"
"fieldName" "HealthBarPanel"
"xpos" "15"
"ypos" "9"
"zpos" "1"
"wide" "168"
"tall" "13"
"visible" "1"
"enabled" "1"
"PaintBackgroundType" "2"
"BarImage"
{
"ControlName" "ImagePanel"
"fieldName" "BarImage"
"xpos" "0"
"ypos" "0"
"zpos" "5"
"wide" "168"
"tall" "18"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"image" "../hud/halloween_bar"
"scaleImage" "1"
}
}
"StunMeter"
{
"ControlName" "ContinuousProgressBar"
"fieldName" "StunMeter"
"font" "Default"
"xpos" "50"
"ypos" "19"
"zpos" "2"
"wide" "100"
"tall" "8"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
"fgcolor_override" "255 255 0 255"
"bgcolor_override" "50 0 0 255"
}
}
|