Handle 4 words differently

This commit is contained in:
C3MA
2018-05-02 21:03:43 +02:00
parent c9924f4a22
commit 3f8abd30bf
2 changed files with 36 additions and 5 deletions

View File

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