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
381 B
26 lines
381 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"11 11 8 1",
|
|
" c Gray3",
|
|
". c Gray15",
|
|
"X c #4b4b4b",
|
|
"o c Gray46",
|
|
"O c Gray55",
|
|
"+ c Gray70",
|
|
"@ c Gray83",
|
|
"# c None",
|
|
/* pixels */
|
|
"###########",
|
|
"#####@@####",
|
|
"#####oo####",
|
|
"####@..####",
|
|
"####XooX###",
|
|
"###@ ## @##",
|
|
"###Xo##XX##",
|
|
"##O.####.O#",
|
|
"##.O####O.#",
|
|
"#+ +",
|
|
"#+oOOOOOOo+"
|
|
};
|