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.
26 lines
393 B
26 lines
393 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"12 11 8 1",
|
|
" c Gray2",
|
|
". c Gray18",
|
|
"X c Gray31",
|
|
"o c #727272",
|
|
"O c Gray53",
|
|
"+ c Gray70",
|
|
"@ c #cbcbcb",
|
|
"# c None",
|
|
/* pixels */
|
|
"############",
|
|
"######@#####",
|
|
"#####@.@####",
|
|
"#####X .####",
|
|
"####+ + +###",
|
|
"####.O#o.###",
|
|
"###o ### o##",
|
|
"### O###O ##",
|
|
"##XX#####XX#",
|
|
"#+ XOoOoOX +",
|
|
"#+ooooooooo+"
|
|
};
|