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.
28 lines
414 B
28 lines
414 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"11 13 8 1",
|
|
" c Gray1",
|
|
". c #323232",
|
|
"X c Gray34",
|
|
"o c #6f6f6f",
|
|
"O c #888888",
|
|
"+ c #aaaaaa",
|
|
"@ c Gray80",
|
|
"# c None",
|
|
/* pixels */
|
|
"###########",
|
|
"######++###",
|
|
"####+. .X@",
|
|
"###. X#",
|
|
"##. o##",
|
|
"#O +++###",
|
|
"#O ######",
|
|
"#O ######",
|
|
"#O ######",
|
|
"#O X@####",
|
|
"#O +####",
|
|
"#O +#####",
|
|
"##oO#######"
|
|
};
|