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.
23 lines
357 B
23 lines
357 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"13 8 8 1",
|
|
" c #040404",
|
|
". c #2f2f2f",
|
|
"X c Gray32",
|
|
"o c #6f6f6f",
|
|
"O c #8e8e8e",
|
|
"+ c #a9a9a9",
|
|
"@ c #cecece",
|
|
"# c None",
|
|
/* pixels */
|
|
"#############",
|
|
"#####O#######",
|
|
"####. .######",
|
|
"###O .@## O",
|
|
"##O .X o#",
|
|
"#@ O@O o##",
|
|
"#+O###O .###",
|
|
"#######+o####"
|
|
};
|