blob: 159c3559fab82729aa6a9a62cff52f4909895601 (
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
|
"Resource/UI/TankStatusPanel.res"
{
"Background"
{
"ControlName" "ScalableImagePanel"
"fieldName" "Background"
"xpos" "0"
"ypos" "0"
"zpos" "-1"
"wide" "0"
"tall" "0"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"image" "../HUD/tournament_panel_brown"
"src_corner_height" "22" // pixels inside the image
"src_corner_width" "22"
"draw_corner_width" "5" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "5"
}
}
|