blob: 30d3064e143db7a716577268daa3da1193dbdb2e (
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
|
<?xml version="1.0" encoding="UTF-8"?>
<panel
background_visible="true"
background_opaque="false"
bg_opaque_color="Black_50"
bg_alpha_color="Black_50"
follows="left|top|right"
height="19"
layout="topleft"
name="topinfo_bar"
width="1024">
<button
follows="left|top"
height="16"
hover_glow_amount="0.15"
image_disabled="Info_Off"
image_disabled_selected="Info_Off"
image_selected="Info_Off"
image_unselected="Info_Off"
left="11"
name="place_info_btn"
top="1"
width="16"/>
<text
follows="left|top|right"
font="DejaVu"
height="16"
layout="topleft"
left_pad="11"
length="1"
name="parcel_info_text"
top="1"
type="string"
width="1"/>
<icon
enabled="true"
follows="right|top"
height="18"
image_name="Parcel_VoiceNo_Dark"
name="voice_icon"
top="1"
visible="false"
width="22"
/>
<icon
follows="right|top"
height="18"
image_name="Parcel_FlyNo_Dark"
name="fly_icon"
top="1"
visible="false"
width="22"
/>
<icon
follows="right|top"
height="18"
image_name="Parcel_PushNo_Dark"
name="push_icon"
top="1"
visible="false"
width="22"
/>
<icon
follows="right|top"
height="18"
image_name="Parcel_BuildNo_Dark"
name="build_icon"
top="1"
visible="false"
width="22"
/>
<icon
follows="right|top"
height="18"
image_name="Parcel_ScriptsNo_Dark"
name="scripts_icon"
top="1"
visible="false"
width="22"
/>
<icon
follows="right|top"
height="13"
image_name="Parcel_Health_Dark"
left="2"
name="damage_icon"
top="3"
visible="false"
width="14"
/>
<text
follows="right|top"
font="SansSerifSmall"
halign="right"
height="18"
name="damage_text"
top="5"
visible="false"
width="35"
/>
</panel>
|