Add loading circle
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user