From 2e77396090af401509be4a7e46c64365a63b0629 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Fri, 5 Aug 2022 23:37:57 +0100 Subject: vlorb --- img/better_disp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'img') diff --git a/img/better_disp.lua b/img/better_disp.lua index 2681f22..63eb505 100644 --- a/img/better_disp.lua +++ b/img/better_disp.lua @@ -24,7 +24,7 @@ local function test() term.clear() local gs = {false,false,false,false,false,false} while true do - term.setCursorPos(1,1) + term.setCursorPos(5,5) local tc,bgc,char = vlorb(colors.red,colors.black, table.unpack(gs)) term.setTextColor(tc) term.setBackgroundColor(bgc) -- cgit v1.2.3