summaryrefslogtreecommitdiff
path: root/resource/ui/HudArenaVsPanel.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2019-04-06 13:54:46 -0400
committerGitHub <[email protected]>2019-04-06 13:54:46 -0400
commitfd911f0f86352de97434aac3dbde812124caf52d (patch)
tree460d48020bb6c14fec54c86779f8d304d7c83f05 /resource/ui/HudArenaVsPanel.res
parent581f8398788825c7f44825dd2c5118e3535de7c0 (diff)
parent896d2088f4f926d5425e00b11ae85d7791eaba85 (diff)
Merge pull request #126 from raysfire/dev
v2019.0406
Diffstat (limited to 'resource/ui/HudArenaVsPanel.res')
-rw-r--r--resource/ui/HudArenaVsPanel.res159
1 files changed, 0 insertions, 159 deletions
diff --git a/resource/ui/HudArenaVsPanel.res b/resource/ui/HudArenaVsPanel.res
deleted file mode 100644
index 5b909a7..0000000
--- a/resource/ui/HudArenaVsPanel.res
+++ /dev/null
@@ -1,159 +0,0 @@
-"Resource/UI/HudArenaVsPanel.res"
-{
- "bluepanel"
- {
- "ControlName" "EditablePanel"
- "fieldName" "bluepanel"
- "xpos" "c-100"
- "ypos" "50"
- "zpos" "0"
- "wide" "200"
- "tall" "50"
- "visible" "1"
-
- "background"
- {
- "ControlName" "CTFImagePanel"
- "fieldName" "background"
- "xpos" "0"
- "ypos" "0"
- "zpos" "0"
- "wide" "200"
- "tall" "50"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "image" "../hud/color_panel_blu"
-
- "src_corner_height" "23" // pixels inside the image
- "src_corner_width" "23"
-
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
- }
-
- "AvatarImage"
- {
- "ControlName" "CAvatarImagePanel"
- "fieldName" "AvatarImage"
- "xpos" "0"
- "ypos" "10"
- "zpos" "1"
- "wide" "58"
- "tall" "36"
- "visible" "1"
- "enabled" "1"
- "image" ""
- "scaleImage" "1"
- "color_outline" "52 48 45 255"
- }
-
- "teamname"
- {
- "ControlName" "CExLabel"
- "fieldName" "teamname"
- "xpos" "30"
- "ypos" "0"
- "zpos" "1"
- "wide" "200"
- "tall" "50"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "font" "CerbeticaBold20"
- "labelText" "%blueleader%"
- "textAlignment" "west"
- "fgcolor" "HudOffWhite"
- }
- }
-
- "vslabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "vslabel"
- "xpos" "c-80"
- "ypos" "100"
- "zpos" "1"
- "wide" "160"
- "tall" "40"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "font" "Cerbetica14"
- "labelText" "VS"
- "textAlignment" "center"
- "fgcolor" "HudOffWhite"
- }
-
- "redpanel"
- {
- "ControlName" "EditablePanel"
- "fieldName" "redpanel"
- "xpos" "c-100"
- "ypos" "140"
- "zpos" "0"
- "wide" "200"
- "tall" "50"
- "visible" "1"
-
- "background"
- {
- "ControlName" "CTFImagePanel"
- "fieldName" "background"
- "xpos" "0"
- "ypos" "0"
- "zpos" "0"
- "wide" "200"
- "tall" "50"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "image" "../hud/color_panel_red"
-
- "src_corner_height" "23" // pixels inside the image
- "src_corner_width" "23"
-
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
- }
-
- "AvatarImage"
- {
- "ControlName" "CAvatarImagePanel"
- "fieldName" "AvatarImage"
- "xpos" "0"
- "ypos" "10"
- "zpos" "1"
- "wide" "58"
- "tall" "36"
- "visible" "1"
- "enabled" "1"
- "image" ""
- "scaleImage" "1"
- "color_outline" "52 48 45 255"
- }
-
- "teamname"
- {
- "ControlName" "CExLabel"
- "fieldName" "teamname"
- "xpos" "30"
- "ypos" "0"
- "zpos" "1"
- "wide" "160"
- "tall" "50"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "font" "CerbeticaBold20"
- "labelText" "%redleader%"
- "textAlignment" "west"
- "fgcolor" "HudOffWhite"
- }
- }
-} \ No newline at end of file