diff options
-rw-r--r-- | chat.lua | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |