Add loading circle

This commit is contained in:
Bommels05
2025-10-20 00:31:13 +02:00
parent 2654415acd
commit 3ac962f765
2 changed files with 245 additions and 4 deletions

View File

@@ -1,23 +1,23 @@
local function redraw()
local bl = {
{
"",
"Ÿ",
"990",
"009",
},
{
"",
"• •",
"900",
"099",
},
{
"",
"‚ƒ",
"000",
"999",
},
}
if self.value then
bl[2][1] = "x"
bl[2][1] = "•x•"
end
for t=1,3 do
term.setCursorPos(1,t)