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
349 B
28 lines
349 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"6 13 8 1",
|
|
" c Gray1",
|
|
". c #393939",
|
|
"X c #484848",
|
|
"o c #767676",
|
|
"O c #8d8d8d",
|
|
"+ c Gray70",
|
|
"@ c #c8c8c8",
|
|
"# c None",
|
|
/* pixels */
|
|
"######",
|
|
"##@@##",
|
|
"###O##",
|
|
"###o.#",
|
|
"##+ O",
|
|
"#+ X#",
|
|
"#+ X##",
|
|
"##+O##",
|
|
"#@O.O#",
|
|
"#O @",
|
|
"#+X###",
|
|
"##+###",
|
|
"##@###"
|
|
};
|