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.
28 lines
427 B
28 lines
427 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"12 13 8 1",
|
|
" c #040404",
|
|
". c #373737",
|
|
"X c Gray32",
|
|
"o c Gray44",
|
|
"O c Gray56",
|
|
"+ c #b6b6b6",
|
|
"@ c Gray79",
|
|
"# c None",
|
|
/* pixels */
|
|
"############",
|
|
"##+o@####@##",
|
|
"#+ o##X O#",
|
|
"###o O#o +",
|
|
"####O ##O+#",
|
|
"#####X @####",
|
|
"#####@ @####",
|
|
"#####@ @####",
|
|
"#####+ #####",
|
|
"#####Xo#@o##",
|
|
"####Xo##. .#",
|
|
"##. X###@ +",
|
|
"#+o@#####@+#"
|
|
};
|