Filling words in odd rows still open

This commit is contained in:
ollo
2018-02-18 15:40:54 +01:00
parent 674835ae73
commit e01d699e8a
2 changed files with 36 additions and 32 deletions

View File

@@ -5,9 +5,9 @@ blue=0
color=string.char(green, red, blue)
color1=string.char(tonumber(green2*0.8), red, blue)
color2=string.char(tonumber(green2*0.6), red, blue)
color3=string.char(tonumber(green2*0.4), red, blue)
color4=string.char(tonumber(green2*0.2), red, blue)
color2=string.char(tonumber(green2*0.8), red, blue)
color3=string.char(tonumber(green2*0.8), red, blue)
color4=string.char(tonumber(green2*0.8), red, blue)
colorBg=string.char(0,0,0) -- black is the default background color
sntpserverhostname="ptbtime1.ptb.de"