diff options
| author | CriticalFlaw <[email protected]> | 2019-04-06 13:54:46 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-04-06 13:54:46 -0400 |
| commit | fd911f0f86352de97434aac3dbde812124caf52d (patch) | |
| tree | 460d48020bb6c14fec54c86779f8d304d7c83f05 /resource/ui/HudTournamentSetup.res | |
| parent | 581f8398788825c7f44825dd2c5118e3535de7c0 (diff) | |
| parent | 896d2088f4f926d5425e00b11ae85d7791eaba85 (diff) | |
Merge pull request #126 from raysfire/dev
v2019.0406
Diffstat (limited to 'resource/ui/HudTournamentSetup.res')
| -rw-r--r-- | resource/ui/HudTournamentSetup.res | 56 |
1 files changed, 22 insertions, 34 deletions
diff --git a/resource/ui/HudTournamentSetup.res b/resource/ui/HudTournamentSetup.res index 151dabb..f6928fe 100644 --- a/resource/ui/HudTournamentSetup.res +++ b/resource/ui/HudTournamentSetup.res @@ -15,10 +15,9 @@ "enabled" "1"
"fillcolor" "0 0 0 205"
- "src_corner_height" "20" // pixels inside the image
+ "src_corner_height" "20"
"src_corner_width" "20"
-
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
+ "draw_corner_width" "0"
"draw_corner_height" "0"
}
@@ -62,44 +61,35 @@ "TournamentNameEdit"
{
- "ControlName" "Label"
- "fieldName" "TournamentNameEdit"
- "xpos" "30"
- "ypos" "27"
- "wide" "120"
- "tall" "16"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "tabPosition" "0"
- "textHidden" "0"
- "editable" "1"
- "maxchars" "6"
+ "ControlName" "Label"
+ "fieldName" "TournamentNameEdit"
+ "xpos" "30"
+ "ypos" "27"
+ "wide" "120"
+ "tall" "16"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "textHidden" "0"
+ "editable" "1"
+ "maxchars" "6"
"NumericInputOnly" "0"
- "unicode" "0"
- "wrap" "0"
+ "unicode" "0"
+ "wrap" "0"
"fgcolor_override" "235 226 202 255"
- "bgcolor_override" "0 0 0 0"
+ "bgcolor_override" "Transparent"
"labelText" "%teamname%"
- "font" "Cerbetica12"
"textAlignment" "west"
+ "font" "Cerbetica12"
}
"HudTournamentNameBG"
{
- "ControlName" "ImagePanel"
+ "ControlName" "CTFImagePanel"
"fieldName" "HudTournamentNameBG"
- "xpos" "30"
- "ypos" "28"
- "wide" "0"
- "tall" "0"
- "zpos" "0"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "fillcolor" "255 0 0 255"
+ "xpos" "9999"
}
"TournamentNotReadyButton"
@@ -127,7 +117,6 @@ "border_default" ""
"border_armed" ""
"paintbackground" "0"
-
"defaultFgColor_override" "TanLight"
"armedFgColor_override" "Button Color"
"depressedFgColor_override" "Button Color"
@@ -159,7 +148,6 @@ "border_default" ""
"border_armed" ""
"paintbackground" "0"
-
"defaultFgColor_override" "TanLight"
"armedFgColor_override" "Button Color"
"depressedFgColor_override" "Button Color"
|
