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.
29 lines
399 B
29 lines
399 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"9 14 8 1",
|
|
" c Gray2",
|
|
". c #323232",
|
|
"X c #565656",
|
|
"o c Gray44",
|
|
"O c Gray57",
|
|
"+ c Gray68",
|
|
"@ c #cecece",
|
|
"# c None",
|
|
/* pixels */
|
|
"#########",
|
|
"####@####",
|
|
"###@O####",
|
|
"###@O####",
|
|
"#### .@##",
|
|
"#+o# X#",
|
|
"#O OO@. O",
|
|
"#O oo##@@",
|
|
"#O o. O##",
|
|
"#@Xoo #",
|
|
"###oO#O O",
|
|
"##@oO####",
|
|
"###oO####",
|
|
"###+@####"
|
|
};
|