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
330 B
23 lines
330 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"10 8 8 1",
|
||
|
" c Gray1",
|
||
|
". c Gray24",
|
||
|
"X c Gray28",
|
||
|
"o c #7c7c7c",
|
||
|
"O c #818181",
|
||
|
"+ c #b9b9b9",
|
||
|
"@ c #c3c3c3",
|
||
|
"# c None",
|
||
|
/* pixels */
|
||
|
"##########",
|
||
|
"####@#####",
|
||
|
"###o O####",
|
||
|
"##+ X#X+",
|
||
|
"##. .#",
|
||
|
"#+X#X +#",
|
||
|
"#####O o##",
|
||
|
"######+###"
|
||
|
};
|