don't use h2 title font
keeping the font around for later usage though
This commit is contained in:
parent
9f1d2379f8
commit
f620354be4
@ -103,3 +103,21 @@ if not Engine.InFrontend() then
|
||||
return res
|
||||
end
|
||||
end
|
||||
|
||||
--[[
|
||||
-- H2 title font
|
||||
if game:issingleplayer() or
|
||||
(user_language == "simplified_chinese" or user_language == "traditional_chinese" or user_language ==
|
||||
"japanese_partial" or user_language == "korean") then
|
||||
return
|
||||
end
|
||||
|
||||
local scale = function(size)
|
||||
return size * 720 / 1080
|
||||
end
|
||||
|
||||
CoD.TextSettings.H1TitleFont = {
|
||||
Font = RegisterFont("fonts/bank_h1.ttf", 50),
|
||||
Height = scale(50)
|
||||
}
|
||||
]]--
|
||||
|
Loading…
Reference in New Issue
Block a user