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:
parent
7faf4cafd8
commit
4ee90ae963
@ -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
|
||||
|
||||
|
BIN
resource/fonts/16segments-basic.ttf
Normal file
BIN
resource/fonts/16segments-basic.ttf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user