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.
27 lines
349 B
27 lines
349 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"7 12 8 1",
|
|
" c #0c0c0c",
|
|
". c Gray16",
|
|
"X c Gray30",
|
|
"o c Gray45",
|
|
"O c #8e8e8e",
|
|
"+ c Gray68",
|
|
"@ c Gray79",
|
|
"# c None",
|
|
/* pixels */
|
|
"#######",
|
|
"###@###",
|
|
"###O###",
|
|
"###oO##",
|
|
"###X .@",
|
|
"#o.O@.o",
|
|
"#o O###",
|
|
"#o.XX##",
|
|
"##Oo +",
|
|
"##Oo#oO",
|
|
"##Oo###",
|
|
"##@@###"
|
|
};
|