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
309 B
22 lines
309 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"9 7 8 1",
|
||
|
" c #161616",
|
||
|
". c Gray20",
|
||
|
"X c Gray32",
|
||
|
"o c #6f6f6f",
|
||
|
"O c #979797",
|
||
|
"+ c Gray67",
|
||
|
"@ c #cacaca",
|
||
|
"# c None",
|
||
|
/* pixels */
|
||
|
"#########",
|
||
|
"####++###",
|
||
|
"####..###",
|
||
|
"###XOOX##",
|
||
|
"##@.##.@#",
|
||
|
"## @##@ #",
|
||
|
"#@oOOOOo@"
|
||
|
};
|