mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-14 01:15:38 -04:00
fix comments
This commit is contained in:
parent
511675c9a1
commit
0969a3be07
1 changed files with 7 additions and 3 deletions
|
@ -1,8 +1,12 @@
|
||||||
# dark red
|
#lines are index,r,g,b
|
||||||
|
#if index 0 is not set, it's starting at 0,0,0,0
|
||||||
|
#all values are ranging from 0 to 255
|
||||||
|
|
||||||
|
#pure blue
|
||||||
86,0,0,255
|
86,0,0,255
|
||||||
|
|
||||||
# bright purple
|
#bright green
|
||||||
171,0,255,0
|
171,0,255,0
|
||||||
|
|
||||||
# pure yellow
|
#pure red
|
||||||
255,255,0,0
|
255,255,0,0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue