diff options
Diffstat (limited to 'chat.lua')
-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() |