Lua tooltips
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
ToolTip = CreateFrame("Frame")
|
||||
|
||||
local text = CreateFrame("Text", ToolTip)
|
||||
text:SetFont("Arial")
|
||||
text.Value = "99%"
|
||||
Reference in New Issue
Block a user