diff options
| author | ibruton <[email protected]> | 2016-07-12 05:33:21 -0500 |
|---|---|---|
| committer | ibruton <[email protected]> | 2016-07-12 05:33:21 -0500 |
| commit | 4be0e0f7e6c16ad9d58a410f1133d7d1b95a66b7 (patch) | |
| tree | 580a66bed4b6b44fd2dfcaa19419e3a54d411cd8 /minmode | |
| parent | f92c9ffbd6f1c3a563ba40f09a487d153b6de343 (diff) | |
Updated ClientScheme
Diffstat (limited to 'minmode')
| -rw-r--r-- | minmode/resource/ClientScheme.res | 147 |
1 files changed, 147 insertions, 0 deletions
diff --git a/minmode/resource/ClientScheme.res b/minmode/resource/ClientScheme.res index 3dae9a9..6525522 100644 --- a/minmode/resource/ClientScheme.res +++ b/minmode/resource/ClientScheme.res @@ -1552,6 +1552,18 @@ Scheme } } + "ScoreboardTeamScoreNew" + { + "1" + { + "name" "TF2" + "tall" "36" + "tall_hidef" "48" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } "ScoreboardTeamScore" { "1" @@ -2132,6 +2144,17 @@ Scheme "antialias" "1" } } + "ItemFontNameLarger" + { + "1" + { + "name" "Cerbetica_edited" + "tall" "18" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } "ItemFontAttribSmallest" { "1" @@ -2172,6 +2195,18 @@ Scheme "antialias" "1" } } + + "ItemFontAttribLarger" + { + "1" + { + "name" "Cerbetica_edited" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } "AchievementTracker_Name" { "1" @@ -2698,6 +2733,30 @@ Scheme "antialias" "1" } } + ControllerHintText + { + "1" + { + "name" "Cerbetica_edited" + "tall" "15" + "weight" "500" + "range" "0x0000 0x007F" // Basic Latin + "antialias" "1" + "additive" "0" + } + } + + "MMenuPlayListDesc" + { + "1" + { + "name" "Cerbetica_edited" + "tall" "9" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } // rays fonts and stuff @@ -6217,6 +6276,33 @@ Scheme } } + MainMenuButtonGlow + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "178 83 22 255" + + "image" "button_glow" + "src_corner_height" "4" // pixels inside the image + "src_corner_width" "4" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + + MainMenuButtonGlow2 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "238 103 17 255" + + "image" "button_glow" + "src_corner_height" "4" // pixels inside the image + "src_corner_width" "4" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + + NotificationDefault { "bordertype" "scalable_image" @@ -6363,6 +6449,30 @@ Scheme "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } + + StoreHighlightedBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "featured_corner" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + + StoreHighlightedBackgroundBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "store/store_featured_item_bg01" + "src_corner_height" "80" // pixels inside the image + "src_corner_width" "30" + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + } StoreDiscountBorder { @@ -6494,6 +6604,20 @@ Scheme } } + SortCategoryBorder + { + "inset" "0 0 1 1" + + Right + { + "1" + { + "color" "TanDark" + "offset" "1 0" + } + } + } + SteamWorkshopBorder { "inset" "0 0 1 1" @@ -6673,6 +6797,29 @@ Scheme "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } + InnerShadowBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "inner_shadow_border" + "src_corner_height" "5" // pixels inside the image + "src_corner_width" "5" + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "5" + } + + InnerShadowBorderThin + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "inner_shadow_border" + "src_corner_height" "5" // pixels inside the image + "src_corner_width" "5" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } } //////////////////////// CUSTOM FONT FILES ///////////////////////////// |
