1
0
mirror of https://github.com/IkarusHD/ICF-3.git synced 2025-03-04 03:03:12 -05:00

Added 16 Segments font

- Added a new analog display font, you can address it as "Segment16" on EGP and Starfall.
- The font will automatically download to clients if your server has sv_allowdownload enabled.
This commit is contained in:
TwistedTail 2024-07-17 22:35:42 -04:00
parent 7faf4cafd8
commit 4ee90ae963
2 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
local ACF = ACF
do -- Custom font files
-- 16 Segments font created by ThorType
-- Huge thanks to LiddulBOFH to help me get it working
-- Source: https://www.dafont.com/16-segments.font
resource.AddFile("resource/fonts/16segments-basic.ttf")
end
do -- Networked notifications
local Messages = ACF.Utilities.Messages

Binary file not shown.