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
361 B
23 lines
361 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"14 8 8 1",
|
|
" c Gray4",
|
|
". c #323232",
|
|
"X c Gray34",
|
|
"o c #6f6f6f",
|
|
"O c Gray56",
|
|
"+ c #b7b7b7",
|
|
"@ c Gray81",
|
|
"# c None",
|
|
/* pixels */
|
|
"##############",
|
|
"###+##@@##+###",
|
|
"##O X# @o O@+",
|
|
"##XX o X. @",
|
|
"#@O#X.#+ +#.X#",
|
|
"#oo##@########",
|
|
"#OO###########",
|
|
"##@###########"
|
|
};
|