Add simple outline for chat text (#9)
This commit is contained in:
parent
3e2f6d5ff7
commit
028fc72df2
1 changed files with 8 additions and 0 deletions
|
@ -174,3 +174,11 @@ CharacterStatsPane.statsFramePool.resetterFunc =
|
|||
FramePool_HideAndClearAnchors(pool, frame)
|
||||
end
|
||||
table.insert(PAPERDOLL_STATCATEGORIES[1].stats, { stat = "MOVESPEED"})
|
||||
|
||||
for i = 1, 7 do
|
||||
local chat = _G["ChatFrame"..i]
|
||||
local font, size = chat:GetFont()
|
||||
chat:SetFont(font, size, "THINOUTLINE")
|
||||
chat:SetShadowOffset(0, 0)
|
||||
chat:SetShadowColor(0, 0, 0, 0)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue