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.
30 lines
579 B
30 lines
579 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"19 17 6 1",
|
|
" c #020202",
|
|
". c Gray",
|
|
"X c #888888",
|
|
"o c Gray70",
|
|
"O c Gray77",
|
|
"+ c None",
|
|
/* pixels */
|
|
"+++++++++++++++++++",
|
|
"+O.XXXXXXXXXXXXXX.O",
|
|
"+X X",
|
|
"+X X",
|
|
"+X X",
|
|
"+X X",
|
|
"+X X",
|
|
"+X .X..........X. X",
|
|
"+X ++++++++++++++ .",
|
|
"+X ++++++++++++++ X",
|
|
"+X ++++++++++++++ X",
|
|
"+X ++++++++++++++ X",
|
|
"+X ++++++++++++++ X",
|
|
"+X ++++++++++++++ .",
|
|
"+X ++++++++++++++ X",
|
|
"+. ++++++++++++++ X",
|
|
"+oo++++++++++++++oO"
|
|
};
|