parent
736231ef21
commit
0f4d8c947a
|
@ -3,7 +3,7 @@ local tip = CreateFrame("GameTooltip")
|
||||||
tip:SetOwner(WorldFrame, "ANCHOR_NONE")
|
tip:SetOwner(WorldFrame, "ANCHOR_NONE")
|
||||||
|
|
||||||
local lcache = {}
|
local lcache = {}
|
||||||
for i=1,30 do
|
for i=1,40 do
|
||||||
lcache[i] = tip:CreateFontString()
|
lcache[i] = tip:CreateFontString()
|
||||||
-- lcache[i]:SetFontObject(GameFontNormal)
|
-- lcache[i]:SetFontObject(GameFontNormal)
|
||||||
tip:AddFontStrings(lcache[i], tip:CreateFontString())
|
tip:AddFontStrings(lcache[i], tip:CreateFontString())
|
||||||
|
|
Loading…
Reference in New Issue