diff options
author | ubq323 <ubq323@ubq323.website> | 2022-08-05 23:37:57 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-08-05 23:37:57 +0100 |
commit | 2e77396090af401509be4a7e46c64365a63b0629 (patch) | |
tree | c0bc852c615eea78d15dc199b3ef46f4f17d662e | |
parent | 742764ebdba66750f86eb9f6359c56aacbf30e2a (diff) |
vlorb
-rw-r--r-- | img/better_disp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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) |