summaryrefslogtreecommitdiff
path: root/chat.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-08-04 03:38:22 +0100
committerubq323 <ubq323@ubq323.website>2022-08-04 03:38:22 +0100
commit5b3a392330bd2c63e68f50d2c6abcaf8e8e0f3a2 (patch)
tree20cb4a19ee6d28221163b0f20a703b1de1ccecce /chat.lua
parent64253e491c04665168f9816fecf328564f4d845f (diff)
chat
Diffstat (limited to 'chat.lua')
-rw-r--r--chat.lua6
1 files changed, 6 insertions, 0 deletions
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