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.
23 lines
371 B
23 lines
371 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"15 8 8 1",
|
|
" c #090909",
|
|
". c Gray17",
|
|
"X c Gray31",
|
|
"o c Gray43",
|
|
"O c #898989",
|
|
"+ c #aaaaaa",
|
|
"@ c #c6c6c6",
|
|
"# c None",
|
|
/* pixels */
|
|
"###############",
|
|
"##@############",
|
|
"#+o#######@####",
|
|
"#oo@X##X+#.X###",
|
|
"#+X. oo +. o+O",
|
|
"##X+X .+ oo #",
|
|
"#####X+#+.O#.+#",
|
|
"##########@####"
|
|
};
|