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.
25 lines
378 B
25 lines
378 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"12 10 8 1",
|
|
" c #040404",
|
|
". c Gray20",
|
|
"X c #434343",
|
|
"o c Gray",
|
|
"O c Gray51",
|
|
"+ c #b7b7b7",
|
|
"@ c #c8c8c8",
|
|
"# c None",
|
|
/* pixels */
|
|
"############",
|
|
"####++######",
|
|
"####X +#####",
|
|
"###O +###@",
|
|
"##+ +#.O",
|
|
"##.. ..#",
|
|
"#o.#+ +#",
|
|
"#@###+ O##",
|
|
"######+ X###",
|
|
"#######++###"
|
|
};
|