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

6 lines
120 B
Lua
Executable File

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