don't use h2 title font

keeping the font around for later usage though
This commit is contained in:
m 2023-01-27 00:00:18 -06:00
parent ef572f27f7
commit cc2b061c03

View File

@ -104,6 +104,7 @@ if not Engine.InFrontend() then
end end
end end
--[[
-- H2 title font -- H2 title font
if game:issingleplayer() or if game:issingleplayer() or
(user_language == "simplified_chinese" or user_language == "traditional_chinese" or user_language == (user_language == "simplified_chinese" or user_language == "traditional_chinese" or user_language ==
@ -119,3 +120,4 @@ CoD.TextSettings.H1TitleFont = {
Font = RegisterFont("fonts/bank_h1.ttf", 50), Font = RegisterFont("fonts/bank_h1.ttf", 50),
Height = scale(50) Height = scale(50)
} }
]]--