From 5b3a392330bd2c63e68f50d2c6abcaf8e8e0f3a2 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 4 Aug 2022 03:38:22 +0100 Subject: chat --- chat.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chat.lua b/chat.lua index 449ef89..eecd88a 100644 --- a/chat.lua +++ b/chat.lua @@ -5,6 +5,12 @@ assert(M,"no monitor") M.setTextScale(0.5) M.clear() +M.setCursorPos(1,1) +M.setTextColor(colors.red) +M.write("CHAT INTEGER MONITOR") +M.setCursorPos(1,2) +M.write("Version 1.0") + local Mw,Mh = M.getSize() local scorewidth=10 local lbw = 4+16+scorewidth -- cgit v1.2.3