From ee0a3d1404f26494ec1ea7e02a08847baf529658 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Mon, 28 Jun 2021 23:30:02 -0400 Subject: Updated main menu pages - Added a home server button. - Added a HUD Options panel. - Updated the source schema. - Updated the backpack, trade, stats, workshop --- resource/fonts/TF2Icons.ttf | Bin 15276 -> 15344 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'resource/fonts') diff --git a/resource/fonts/TF2Icons.ttf b/resource/fonts/TF2Icons.ttf index 2dc30c9..41952b7 100644 Binary files a/resource/fonts/TF2Icons.ttf and b/resource/fonts/TF2Icons.ttf differ -- cgit v1.2.3 From acc0c844dd8228bb5d4fc6a13d66d3b01fc47d45 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Tue, 29 Jun 2021 09:52:34 -0400 Subject: Main menu tweaks - Consolidated the Cerbetica font. - Added back the rayshud-styled TF2 logo. - Moved the version number to the HUD Options panel. - Updated files to use schema color names. --- resource/fonts/Cerbetica.otf | Bin 67108 -> 0 bytes resource/fonts/Cerbetica.ttf | Bin 0 -> 30220 bytes resource/fonts/Cerbetica_bold.otf | Bin 64844 -> 0 bytes 3 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 resource/fonts/Cerbetica.otf create mode 100644 resource/fonts/Cerbetica.ttf delete mode 100644 resource/fonts/Cerbetica_bold.otf (limited to 'resource/fonts') diff --git a/resource/fonts/Cerbetica.otf b/resource/fonts/Cerbetica.otf deleted file mode 100644 index 67349e4..0000000 Binary files a/resource/fonts/Cerbetica.otf and /dev/null differ diff --git a/resource/fonts/Cerbetica.ttf b/resource/fonts/Cerbetica.ttf new file mode 100644 index 0000000..e0f4b49 Binary files /dev/null and b/resource/fonts/Cerbetica.ttf differ diff --git a/resource/fonts/Cerbetica_bold.otf b/resource/fonts/Cerbetica_bold.otf deleted file mode 100644 index f6f0b39..0000000 Binary files a/resource/fonts/Cerbetica_bold.otf and /dev/null differ -- cgit v1.2.3