Files
depthsbelow/DepthsBelow/DepthsBelowContent/scripts/tooltip.lua
T
2012-10-17 11:54:48 +02:00

7 lines
141 B
Lua
Executable File

ToolTip = CreateFrame("Frame")
local text = CreateFrame("Text", ToolTip)
text:SetFont("Arial")
text.Value = "99%"
ToolTip.Text = text