Remove responsive speech frame width, fix generator
All checks were successful
forgejo/Czech Quests/addon/pipeline/head This commit looks good
All checks were successful
forgejo/Czech Quests/addon/pipeline/head This commit looks good
This commit is contained in:
parent
ab820ccf7e
commit
d1fa5a6bc7
7 changed files with 15 additions and 12069 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue