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.
22 lines
290 B
22 lines
290 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"6 7 8 1",
|
||
|
" c #060606",
|
||
|
". c #343434",
|
||
|
"X c #535353",
|
||
|
"o c #717171",
|
||
|
"O c Gray57",
|
||
|
"+ c #afafaf",
|
||
|
"@ c #c3c3c3",
|
||
|
"# c None",
|
||
|
/* pixels */
|
||
|
"######",
|
||
|
"####++",
|
||
|
"##+. o",
|
||
|
"#+X+Xo",
|
||
|
"##O. o",
|
||
|
"#O +Oo",
|
||
|
"####@+"
|
||
|
};
|