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.
28 lines
424 B
28 lines
424 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"12 13 8 1",
|
|
" c Gray2",
|
|
". c Gray19",
|
|
"X c #4e4e4e",
|
|
"o c Gray43",
|
|
"O c Gray54",
|
|
"+ c Gray69",
|
|
"@ c Gray79",
|
|
"# c None",
|
|
/* pixels */
|
|
"############",
|
|
"##+o@###@o##",
|
|
"#+ ## .#",
|
|
"#+o .#o O",
|
|
"####O @#X.#",
|
|
"#####X X####",
|
|
"#####@ X####",
|
|
"#####@ X####",
|
|
"#####@ @####",
|
|
"#####..#o.##",
|
|
"##+o. ## +",
|
|
"#+ X@##o +",
|
|
"#+O######++#"
|
|
};
|