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.
35 lines
539 B
35 lines
539 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"12 20 8 1",
|
|
" c #040404",
|
|
". c Gray20",
|
|
"X c #444444",
|
|
"o c Gray46",
|
|
"O c #8d8d8d",
|
|
"+ c Gray72",
|
|
"@ c Gray82",
|
|
"# c None",
|
|
/* pixels */
|
|
"############",
|
|
"#####@######",
|
|
"#####O@#####",
|
|
"#####O@#####",
|
|
"#####O@#####",
|
|
"#####o.@####",
|
|
"#####o .@##",
|
|
"#@oO#O .@",
|
|
"#O #OOX O",
|
|
"#O #O@#+X O",
|
|
"#O #OO###++",
|
|
"#O #O .+###",
|
|
"#O #O .+#",
|
|
"###O#O. O",
|
|
"###O#O@@. O",
|
|
"###O#O@##@.O",
|
|
"###O#O@#####",
|
|
"###O#O@#####",
|
|
"###O#O@#####",
|
|
"###@#@######"
|
|
};
|