Files
depthsbelow/DepthsBelow/DepthsBelowContent/scripts/tooltip.lua
T
2012-10-19 03:45:17 +02:00

5 lines
118 B
Lua
Executable File

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