diff options
author | ubq323 <ubq323@ubq323.website> | 2022-08-04 03:38:22 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-08-04 03:38:22 +0100 |
commit | 5b3a392330bd2c63e68f50d2c6abcaf8e8e0f3a2 (patch) | |
tree | 20cb4a19ee6d28221163b0f20a703b1de1ccecce | |
parent | 64253e491c04665168f9816fecf328564f4d845f (diff) |
chat
-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 |