Handle 4 words differently
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user