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.
24 lines
312 B
24 lines
312 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"7 10 7 1",
|
|
" c Gray1",
|
|
". c #3e3e3e",
|
|
"X c #414141",
|
|
"o c Gray42",
|
|
"O c Gray57",
|
|
"+ c Gray72",
|
|
"@ c None",
|
|
/* pixels */
|
|
"@@@@@@@",
|
|
"@@@OO@@",
|
|
"@@XOO.@",
|
|
"@+ @@ +",
|
|
"@O @@ O",
|
|
"@+ @@ +",
|
|
"@@.++.@",
|
|
"@@@..@@",
|
|
"@@@oo@@",
|
|
"@@@++@@"
|
|
};
|