Refactor Encounters, use new translations format for save space
This commit is contained in:
parent
7d9f58650a
commit
908f45eb9b
59 changed files with 103852 additions and 58396 deletions
|
@ -5,8 +5,8 @@ local FontPath = "Interface\\AddOns\\CzechQuests\\Assets\\Fonts\\"
|
|||
local TestFont = UIParent:CreateFontString(nil, "BACKGROUND", "GameFontNormal")
|
||||
TestFont:SetPoint("TOP", UIParent, "BOTTOM", 0, -64);
|
||||
|
||||
local function CreateCzechFont(frame, name, size, flags)
|
||||
local font = frame:CreateFontString(nil, "OVERLAY")
|
||||
local function CreateCzechFont(frame, name, size, flags, style)
|
||||
local font = frame:CreateFontString(nil, "OVERLAY", style)
|
||||
font:SetTextColor(0, 0, 0, 1)
|
||||
font:SetJustifyH("LEFT")
|
||||
font:SetWidth(frame:GetWidth())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue