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