Add scrolling text files

This commit is contained in:
2025-05-16 19:36:14 +02:00
parent 003f90126d
commit 9839096a4e
5 changed files with 720 additions and 1 deletions

View 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