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
386 B
27 lines
386 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"10 12 8 1",
|
|
" c Gray2",
|
|
". c #282828",
|
|
"X c Gray28",
|
|
"o c #6f6f6f",
|
|
"O c Gray54",
|
|
"+ c #b1b1b1",
|
|
"@ c Gray82",
|
|
"# c None",
|
|
/* pixels */
|
|
"##########",
|
|
"###@OO@###",
|
|
"##OO#@ O#@",
|
|
"##.o##o.OO",
|
|
"#@ +#+ @#",
|
|
"## @#+ +@",
|
|
"##@@##XX+O",
|
|
"#####@ +##",
|
|
"#####.o###",
|
|
"####Xo####",
|
|
"##+X+#####",
|
|
"#@@#######"
|
|
};
|