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
333 B
30 lines
333 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"5 19 4 1",
|
|
" c #747474",
|
|
". c #909090",
|
|
"X c #cacaca",
|
|
"o c None",
|
|
/* pixels */
|
|
"ooooo",
|
|
"oXooX",
|
|
"o.oX.",
|
|
"o.oo.",
|
|
"o. .",
|
|
"o.XX.",
|
|
"o.XX.",
|
|
"o....",
|
|
"o....",
|
|
"o.XX.",
|
|
"o.XX.",
|
|
"o....",
|
|
"o....",
|
|
"o.XX.",
|
|
"o.XX.",
|
|
"o. .",
|
|
"o.Xo.",
|
|
"o.oo.",
|
|
"oXooX"
|
|
};
|