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
457 B
30 lines
457 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"12 15 8 1",
|
|
" c Gray1",
|
|
". c Gray16",
|
|
"X c Gray34",
|
|
"o c #747474",
|
|
"O c #818181",
|
|
"+ c Gray69",
|
|
"@ c Gray81",
|
|
"# c None",
|
|
/* pixels */
|
|
"############",
|
|
"######@o+###",
|
|
"####@X XX+",
|
|
"###O +",
|
|
"##O .+#",
|
|
"#+ ...X###",
|
|
"#o +######",
|
|
"#O +######",
|
|
"#O +######",
|
|
"#o +######",
|
|
"#O o######",
|
|
"#O @####",
|
|
"#O X#####",
|
|
"#O o######",
|
|
"##+o@#######"
|
|
};
|