summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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