This commit is contained in:
2026-06-20 21:25:24 +03:00
parent 3e889f9e08
commit 31ee3f5e58
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -149,7 +149,7 @@ end
terminal.write("\27[" .. (radius * 2 + 1) .. "A\27[s")
local function draw_text(col, row, s)
terminal.write("\27[u\27[" .. col .. "C\27[" .. row - 1 .. "B" .. s)
terminal.write("\27[u\27[" .. col .. "C\27[" .. (row - 1) .. "B" .. s)
end
terminal.write("\27[0m")