summaryrefslogtreecommitdiff
path: root/resource/tools.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2021-07-03 14:26:10 -0400
committerCriticalFlaw <[email protected]>2021-07-03 14:26:10 -0400
commit6503b7feb5cab0e877e0470dc351bf309a261004 (patch)
treed8d634ba19d71dfa46f8554f0e64c3b6389ad72f /resource/tools.res
parent828bb29e330132188e880bdda41373ca11456984 (diff)
Fixed main menu background not displaying on startup
- Fixed the main menu background not displaying on startup - Updated the scoreboard and other visual improvements.
Diffstat (limited to 'resource/tools.res')
-rw-r--r--resource/tools.res53
1 files changed, 26 insertions, 27 deletions
diff --git a/resource/tools.res b/resource/tools.res
index 79f0053..3bcb685 100644
--- a/resource/tools.res
+++ b/resource/tools.res
@@ -149,7 +149,7 @@
"labeltext" "RELOAD HUD"
"command" "engine vgui_cache_res_files 0;hud_reloadscheme"
"actionsignallevel" "2"
- "font" "Cerbetica12"
+ "font" "HudFontSmall"
"textAlignment" "center"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
@@ -173,7 +173,7 @@
"labeltext" "CHAT ON/OFF"
"command" "engine toggle hud_saytext_time 10 0"
"actionsignallevel" "2"
- "font" "Cerbetica12"
+ "font" "HudFontSmall"
"textAlignment" "center"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
@@ -197,7 +197,7 @@
"labeltext" "CAPTIONS ON"
"command" "engine closecaption 1;cc_subtitles 0;cc_lang english;cc_predisplay_time 0;cc_emit #subtitles0"
"actionsignallevel" "2"
- "font" "Cerbetica12"
+ "font" "HudFontSmall"
"textAlignment" "center"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
@@ -221,7 +221,7 @@
"labeltext" "CAPTIONS OFF"
"command" "engine closecaption 0"
"actionsignallevel" "2"
- "font" "Cerbetica12"
+ "font" "HudFontSmall"
"textAlignment" "center"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
@@ -245,7 +245,7 @@
"labeltext" "FIX SOUND ISSUES"
"command" "engine snd_restart"
"actionsignallevel" "2"
- "font" "Cerbetica12"
+ "font" "HudFontSmall"
"textAlignment" "center"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
@@ -269,7 +269,7 @@
"labeltext" "FIX VISUAL ISSUES"
"command" "engine record fix;stop"
"actionsignallevel" "2"
- "font" "Cerbetica12"
+ "font" "HudFontSmall"
"textAlignment" "center"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
@@ -293,7 +293,7 @@
"labeltext" "NET GRAPH ON/OFF"
"command" "engine toggle net_graph"
"actionsignallevel" "2"
- "font" "Cerbetica12"
+ "font" "HudFontSmall"
"textAlignment" "center"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
@@ -317,7 +317,7 @@
"labeltext" "MATCH HUD ON/OFF"
"command" "engine toggle tf_use_match_hud"
"actionsignallevel" "2"
- "font" "Cerbetica12"
+ "font" "HudFontSmall"
"textAlignment" "center"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
@@ -331,18 +331,19 @@
{
"ControlName" "CExLabel"
"fieldName" "DamageLabel"
- "xpos" "0"
+ "xpos" "-5"
"ypos" "5"
- "wide" "130"
- "tall" "12"
+ "wide" "65"
+ "tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
- "labelText" "Damage Color:"
- "font" "Cerbetica12"
+ "labelText" "DAMAGE COLOR:"
+ "font" "HudFontSmall"
"textAlignment" "center"
"fgcolor_override" "TanLight"
+ "wrap" "1"
"pin_to_sibling" "NetgraphToggle"
"pin_corner_to_sibling" "PIN_TOPLEFT"
@@ -353,8 +354,8 @@
{
"ControlName" "CExImageButton"
"fieldname" "DamageWhite"
- "xpos" "-17"
- "ypos" "0"
+ "xpos" "2"
+ "ypos" "2"
"zpos" "16"
"wide" "15"
"tall" "15"
@@ -372,7 +373,7 @@
"pin_to_sibling" "DamageLabel"
"pin_corner_to_sibling" "PIN_TOPLEFT"
- "pin_to_sibling_corner" "PIN_BOTTOMLEFT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
"defaultFgColor_override" "255 255 255 255"
"armedFgColor_override" "128 128 128 255"
@@ -443,8 +444,8 @@
{
"ControlName" "CExImageButton"
"fieldname" "DamageGreen"
- "xpos" "1"
- "ypos" "0"
+ "xpos" "0"
+ "ypos" "2"
"zpos" "16"
"wide" "15"
"tall" "15"
@@ -460,9 +461,9 @@
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
- "pin_to_sibling" "DamageRed"
+ "pin_to_sibling" "DamageWhite"
"pin_corner_to_sibling" "PIN_TOPLEFT"
- "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_BOTTOMLEFT"
"defaultFgColor_override" "0 255 0 255"
"armedFgColor_override" "0 128 0 255"
@@ -533,20 +534,18 @@
{
"ControlName" "CExLabel"
"fieldName" "VersionLabel"
- "xpos" "-30"
+ "xpos" "0"
"ypos" "5"
- "wide" "100"
- "tall" "24"
+ "wide" "130"
+ "tall" "26"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
- "labelText" "rayshud version: v2021.0700"
- "font" "Cerbetica12"
+ "labelText" "VERSION: 2021.0700"
+ "font" "HudFontSmall"
"textAlignment" "center"
"fgcolor_override" "TanLight"
- "wrap" "1"
- "allcaps" "1"
"pin_to_sibling" "MatchStatusToggle"
"pin_corner_to_sibling" "PIN_TOPLEFT"