You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
496 B
C
27 lines
496 B
C
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"19 12 8 1",
|
|
" c #060606",
|
|
". c Gray20",
|
|
"X c Gray25",
|
|
"o c #747474",
|
|
"O c #898989",
|
|
"+ c Gray70",
|
|
"@ c #cdcdcd",
|
|
"# c None",
|
|
/* pixels */
|
|
"###################",
|
|
"##O################",
|
|
"#+ oo############",
|
|
"###Oo .o+########",
|
|
"#######O. oo@####",
|
|
"###########oo. .OO#",
|
|
"##############@@ O",
|
|
"###########oo. .oO#",
|
|
"#######O. oo#####",
|
|
"###oo Xo+########",
|
|
"#@ oO############",
|
|
"#@O################"
|
|
};
|