You cannot 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
420 B
C
23 lines
420 B
C
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"21 8 8 1",
|
||
|
" c #040404",
|
||
|
". c #393939",
|
||
|
"X c #494949",
|
||
|
"o c #7c7c7c",
|
||
|
"O c #818181",
|
||
|
"+ c Gray73",
|
||
|
"@ c Gray76",
|
||
|
"# c None",
|
||
|
/* pixels */
|
||
|
"#####################",
|
||
|
"####@####@#####@#####",
|
||
|
"###o o### .@##o O####",
|
||
|
"##+ X#X ++ X#X+",
|
||
|
"##. .#",
|
||
|
"#+X#X @+ X#X +#",
|
||
|
"#####O o##+. ###O o##",
|
||
|
"######@#####@####@###"
|
||
|
};
|