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
320 B
26 lines
320 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"6 13 6 1",
|
|
" c #0e0e0e",
|
|
". c Gray47",
|
|
"X c #909090",
|
|
"o c #b1b1b1",
|
|
"O c Gray82",
|
|
"+ c None",
|
|
/* pixels */
|
|
"++++++",
|
|
"+O++++",
|
|
"+XO+++",
|
|
"+XO+++",
|
|
"+. +++",
|
|
"+X .++",
|
|
"+X+.X+",
|
|
"+XO+.+",
|
|
"+XO+Oo",
|
|
"++++OX",
|
|
"++++oo",
|
|
"++++XO",
|
|
"++++O+"
|
|
};
|