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.
21 lines
280 B
21 lines
280 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"7 7 7 1",
|
||
|
" c #010101",
|
||
|
". c Gray37",
|
||
|
"X c Gray47",
|
||
|
"o c Gray55",
|
||
|
"O c #aeaeae",
|
||
|
"+ c #d5d5d5",
|
||
|
"@ c None",
|
||
|
/* pixels */
|
||
|
"@@@@@@@",
|
||
|
"@@@++@@",
|
||
|
"@@@XX@@",
|
||
|
"@@+ +@",
|
||
|
"@@. .@",
|
||
|
"@O O",
|
||
|
"@OXooXO"
|
||
|
};
|