summaryrefslogtreecommitdiff
path: root/resource/scheme
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2018-07-08 15:39:33 -0400
committerCriticalFlaw <[email protected]>2018-07-08 15:39:33 -0400
commitec034378792ce416d9502513ea9b0d757b9f54c0 (patch)
treeeff4b7ffba6e2094029d7681377a38a755f66cfb /resource/scheme
parent0adcfa0802b3717d9f08d470c04cc6bae5a36892 (diff)
Updated the ClientScheme
- Moved the CustomFontFiles node to the correct clientscheme files - Added an icons file (resource/fonts/FlawHUDIcons.otf)
Diffstat (limited to 'resource/scheme')
-rw-r--r--resource/scheme/clientscheme_fonts.res114
-rw-r--r--resource/scheme/clientscheme_xhairs.res76
2 files changed, 135 insertions, 55 deletions
diff --git a/resource/scheme/clientscheme_fonts.res b/resource/scheme/clientscheme_fonts.res
index f6c6888..37be8b0 100644
--- a/resource/scheme/clientscheme_fonts.res
+++ b/resource/scheme/clientscheme_fonts.res
@@ -2226,60 +2226,7 @@ Scheme
"antialias" "1"
}
}
-
- // rays fonts and stuff
- "Symbol16"
- {
- "1"
- {
- "name" "Symbol"
- "tall" "16"
- "weight" "0"
- "antialias" "1"
- }
- }
- "Symbol24"
- {
- "1"
- {
- "name" "Symbol"
- "tall" "24"
- "weight" "0"
- "antialias" "1"
- }
- }
- "SymbolOutline24"
- {
- "1"
- {
- "name" "Symbol"
- "tall" "24"
- "weight" "0"
- "antialias" "1"
- "outline" "1"
- }
- }
- "Symbol32"
- {
- "1"
- {
- "name" "Symbol"
- "tall" "32"
- "weight" "0"
- "antialias" "1"
- }
- }
- "Symbol40"
- {
- "1"
- {
- "name" "Symbol"
- "tall" "40"
- "weight" "0"
- "antialias" "1"
- }
- }
-
+
"Cerbetica7"
{
"1"
@@ -2843,11 +2790,68 @@ Scheme
"antialias" "1"
}
}
+ "MenuArrows"
+ {
+ "1"
+ {
+ "name" "FlawHUDIcons"
+ "tall" "15"
+ "weight" "400"
+ "additive" "0"
+ "antialias" "1"
+ }
+ }
}
- //////////////////////// BITMAP FONT FILES /////////////////////////////
+
BitmapFontFiles
{
// UI buttons, custom font, (256x64)
"Buttons" "materials/vgui/fonts/buttons_32.vbf"
}
+
+ CustomFontFiles
+ {
+ "1" "resource/tf.ttf"
+ "2" "resource/tfd.ttf"
+ "3"
+ {
+ "font" "resource/TF2.ttf"
+ "name" "TF2"
+ }
+ "4"
+ {
+ "font" "resource/TF2Secondary.ttf"
+ "name" "TF2 Secondary"
+ }
+ "5"
+ {
+ "font" "resource/TF2Professor.ttf"
+ "name" "TF2 Professor"
+ }
+ "6"
+ {
+ "font" "resource/TF2Build.ttf"
+ "name" "TF2 Build"
+ }
+ "7"
+ {
+ "font" "resource/fonts/Cerbetica.ttf"
+ "name" "Cerbetica"
+ }
+ "8"
+ {
+ "font" "resource/fonts/Cerbetica_edited.ttf"
+ "name" "Cerbetica_edited"
+ }
+ "9"
+ {
+ "font" "resource/fonts/Cerbetica_bold.ttf"
+ "name" "Cerbetica Bold"
+ }
+ "10"
+ {
+ "font" "resource/fonts/FlawHUDIcons.otf"
+ "name" "FlawHUDIcons"
+ }
+ }
} \ No newline at end of file
diff --git a/resource/scheme/clientscheme_xhairs.res b/resource/scheme/clientscheme_xhairs.res
index 5623c03..f533cb7 100644
--- a/resource/scheme/clientscheme_xhairs.res
+++ b/resource/scheme/clientscheme_xhairs.res
@@ -1370,5 +1370,81 @@ Scheme
"outline" "1"
}
}
+
+ "Symbol16"
+ {
+ "1"
+ {
+ "name" "Symbol"
+ "tall" "16"
+ "weight" "0"
+ "antialias" "1"
+ }
+ }
+ "Symbol24"
+ {
+ "1"
+ {
+ "name" "Symbol"
+ "tall" "24"
+ "weight" "0"
+ "antialias" "1"
+ }
+ }
+ "SymbolOutline24"
+ {
+ "1"
+ {
+ "name" "Symbol"
+ "tall" "24"
+ "weight" "0"
+ "antialias" "1"
+ "outline" "1"
+ }
+ }
+ "Symbol32"
+ {
+ "1"
+ {
+ "name" "Symbol"
+ "tall" "32"
+ "weight" "0"
+ "antialias" "1"
+ }
+ }
+ "Symbol40"
+ {
+ "1"
+ {
+ "name" "Symbol"
+ "tall" "40"
+ "weight" "0"
+ "antialias" "1"
+ }
+ }
+ }
+
+ CustomFontFiles
+ {
+ "100" // Fog's xHairs
+ {
+ "font" "resource/fonts/crosshairs.ttf"
+ "name" "Crosshairs"
+ }
+ "101" // Thin Cross
+ {
+ "font" "resource/fonts/Symbol.ttf"
+ "name" "Symbol"
+ }
+ "102" // Konr Wings
+ {
+ "font" "resource/fonts/Garm3nFont.ttf"
+ "name" "Garm3nFont"
+ }
+ "103"
+ {
+ "font" "resource/fonts/KnucklesCrosses.ttf"
+ "name" "KnucklesCrosses"
+ }
}
} \ No newline at end of file