diff options
| author | raysfire <[email protected]> | 2016-10-25 11:27:27 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-10-25 11:27:27 -0500 |
| commit | 15ef98f426de57feba379b36830785581f13410a (patch) | |
| tree | 55099ccc4935db073894c9b9a54f4b008329e3c2 /minmode/resource/ui/HudArenaVsPanel.res | |
| parent | 02ddea179ff68a8bea1e6727eaa8e44118c84c44 (diff) | |
| parent | 5c650570389044ddd588e83d595a8794fb1e8032 (diff) | |
Merge pull request #52 from CriticalFlaw/master
#Base Method Update (see note)
Diffstat (limited to 'minmode/resource/ui/HudArenaVsPanel.res')
| -rw-r--r-- | minmode/resource/ui/HudArenaVsPanel.res | 160 |
1 files changed, 0 insertions, 160 deletions
diff --git a/minmode/resource/ui/HudArenaVsPanel.res b/minmode/resource/ui/HudArenaVsPanel.res deleted file mode 100644 index b40673e..0000000 --- a/minmode/resource/ui/HudArenaVsPanel.res +++ /dev/null @@ -1,160 +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"
- }
- }
-}
|
