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.
24 lines
351 B
24 lines
351 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"11 9 8 1",
|
|
" c Gray0",
|
|
". c #2c2c2c",
|
|
"X c #535353",
|
|
"o c Gray43",
|
|
"O c Gray55",
|
|
"+ c Gray71",
|
|
"@ c Gray81",
|
|
"# c None",
|
|
/* pixels */
|
|
"###########",
|
|
"#####++####",
|
|
"#####..####",
|
|
"####XXXX###",
|
|
"###@.@#.@##",
|
|
"###XO##OX##",
|
|
"##O.####.O#",
|
|
"## XOOOOX #",
|
|
"#@oooooooo@"
|
|
};
|