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.
30 lines
640 B
30 lines
640 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"24 15 8 1",
|
|
" c #040404",
|
|
". c Gray17",
|
|
"X c Gray26",
|
|
"o c #777777",
|
|
"O c #8e8e8e",
|
|
"+ c #aaaaaa",
|
|
"@ c Gray84",
|
|
"# c None",
|
|
/* pixels */
|
|
"########################",
|
|
"###########+o+##########",
|
|
"#########@. .@########",
|
|
"########+. .+#######",
|
|
"#######O O######",
|
|
"###@Oo .@#OO. oO@##",
|
|
"##X .####@ .#",
|
|
"#O .#####. O",
|
|
"#O .#####. O",
|
|
"##X @####. X#",
|
|
"###@Oo .o+#@ oO@##",
|
|
"#######O O######",
|
|
"########+. .+#######",
|
|
"#########@. .@########",
|
|
"###########+o+##########"
|
|
};
|