diff options
author | ubq323 <ubq323@ubq323.website> | 2022-08-04 14:06:17 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-08-04 14:06:17 +0100 |
commit | 48b51b501e013b11145c3a1eb28c58ec6c0d49b1 (patch) | |
tree | 863b74705a45d149053b6ff58d9113a440b358d0 | |
parent | 11e7b6e3e47d953a57fb72d4089cb2db4a39d83c (diff) |
chat
-rw-r--r-- | chat.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ M.write("Version 1.0") local Mw,Mh = M.getSize() local scorewidth=10 local lbw = 4+16+scorewidth -local wLog = window.create(M,1,12,Mw,Mh-12) +local wLog = window.create(M,1,12,Mw,Mh-11) wLog.setBackgroundColor(colors.black) wLog.setTextColor(colors.white) wLog.clear() |