diff options
| author | Igor Nikitin <[email protected]> | 2017-12-09 17:34:44 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-12-09 17:34:44 -0500 |
| commit | ed3d9e4c49259923064b5b549e3862a66a6decd6 (patch) | |
| tree | 0cd2d229612127fcc4e9d3ccafd3007e4dd9f3e3 /resource/ui/WaveStatusPanel.res | |
| parent | 865fb59a0af085e686a01c2c4ec4728bc09c6ae8 (diff) | |
| parent | 10806c8c38f2705223c834a215f5d82fcb0f10ec (diff) | |
20171210 - December Update
- Added transparent viewmodels
- Added back the basechat.res file
- Added Classic Main Menu Style
- Added scoreboard styles to be independent of the minmode toggle
- Fixed the win panel score clipping
- Fixed the placement of the MOTD Button
- Fixed rayshud crosshairs not displaying
- Fixed the main menu background streching
- Replaced icon fonts with actual icon files
- Removed maximum player health value
- Removed main menu character images
- Removed files similar or identical to the stock HUD
- Miscellaneous color and font tweaks and adjustments
Diffstat (limited to 'resource/ui/WaveStatusPanel.res')
| -rw-r--r-- | resource/ui/WaveStatusPanel.res | 38 |
1 files changed, 18 insertions, 20 deletions
diff --git a/resource/ui/WaveStatusPanel.res b/resource/ui/WaveStatusPanel.res index 904b443..2a3452c 100644 --- a/resource/ui/WaveStatusPanel.res +++ b/resource/ui/WaveStatusPanel.res @@ -2,7 +2,7 @@ {
"Background"
{
- "ControlName" "ScalableImagePanel"
+ "ControlName" "ScalableImagePanel"
"fieldName" "Background"
"xpos" "9999"
"ypos" "9999"
@@ -15,10 +15,10 @@ "enabled" "1"
"image" "../HUD/tournament_panel_brown"
- "src_corner_height" "22" // pixels inside the image
- "src_corner_width" "22"
+ "src_corner_height" "22" // pixels inside the image
+ "src_corner_width" "22"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
+ "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "0"
}
@@ -57,9 +57,8 @@ "PaintBackgroundType" "2"
"bgcolor_override" "TanLight"
- if_verbose
- {
- "visible" "1"
+ if_verbose {
+ "visible" "1"
}
}
@@ -76,12 +75,11 @@ "tall" "15"
"visible" "0"
"enabled" "1"
- "textAlignment" "west"
- "labelText" "#TF_MVM_Support"
+ "textAlignment" "west"
+ "labelText" "#TF_MVM_Support"
- if_verbose
- {
- "visible" "1"
+ if_verbose {
+ "visible" "1"
}
}
@@ -101,10 +99,10 @@ "enabled" "1"
"image" ""
- "src_corner_height" "22" // pixels inside the image
- "src_corner_width" "22"
+ "src_corner_height" "22" // pixels inside the image
+ "src_corner_width" "22"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
+ "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "0"
}
@@ -124,16 +122,16 @@ "enabled" "0"
"image" "../HUD/tournament_panel_tan"
- "src_corner_height" "22" // pixels inside the image
- "src_corner_width" "22"
+ "src_corner_height" "22" // pixels inside the image
+ "src_corner_width" "22"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
+ "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "0"
}
"ProgressBarBG2"
{
- "ControlName" "ImagePanel"
+ "ControlName" "ImagePanel"
"fieldName" "ProgressBarBG2"
"xpos" "211"
"ypos" "22"
@@ -150,4 +148,4 @@ "fillcolor" "Base Color"
}
-}
+}
\ No newline at end of file |
