You've already forked GnomishVendorShrinker
@ -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())
|
||||||
|
Reference in New Issue
Block a user