Remove responsive speech frame width, fix generator
All checks were successful
forgejo/Czech Quests/addon/pipeline/head This commit looks good

This commit is contained in:
Roman Jaroš 2025-03-20 20:18:54 +01:00
parent ab820ccf7e
commit d1fa5a6bc7
7 changed files with 15 additions and 12069 deletions

View file

@ -10,6 +10,7 @@ local function CreateCzechFont(frame, name, size, flags)
font:SetTextColor(0, 0, 0, 1)
font:SetJustifyH("LEFT")
font:SetWidth(frame:GetWidth())
font:SetWordWrap(true)
font:SetFont(FontPath ..name, size, flags or "")
return font
end