Swapped colors

This commit is contained in:
ollo 2018-01-28 14:05:07 +01:00
parent fc81ac63f7
commit 238487929a

View File

@ -1,5 +1,5 @@
green=0 green=60
red=60 red=0
blue=0 blue=0
color=string.char(green, red, blue) color=string.char(green, red, blue)