Add scrolling text files
This commit is contained in:
6
WeakAuras/Projects/ScrollingText/display.lua
Normal file
6
WeakAuras/Projects/ScrollingText/display.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
function()
|
||||
if aura_env.state then
|
||||
local hit = ("%-8s %-8s"):format(aura_env.state.amount, aura_env.state.percent)
|
||||
return hit, aura_env.state.name
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user