You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
290 B
22 lines
290 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"7 8 7 1",
|
|
" c Gray2",
|
|
". c #2c2c2c",
|
|
"X c Gray46",
|
|
"o c #8d8d8d",
|
|
"O c #b2b2b2",
|
|
"+ c Gray78",
|
|
"@ c None",
|
|
/* pixels */
|
|
"@@@@@@@",
|
|
"@@X+@+@",
|
|
"@+. O o",
|
|
"@@@.X+@",
|
|
"@@@XX@@",
|
|
"@@@X@O@",
|
|
"@@X+@ o",
|
|
"@+O@@O@"
|
|
};
|