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.
31 lines
555 B
31 lines
555 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"17 16 8 1",
|
|
" c #040404",
|
|
". c Gray17",
|
|
"X c Gray35",
|
|
"o c #727272",
|
|
"O c Gray53",
|
|
"+ c Gray73",
|
|
"@ c #c8c8c8",
|
|
"# c None",
|
|
/* pixels */
|
|
"#################",
|
|
"#++############O#",
|
|
"#o.oooooooooooo #",
|
|
"#O #",
|
|
"#O ............ #",
|
|
"#oo############.@",
|
|
"#oX@@@@@@@@@@@+ @",
|
|
"#O #",
|
|
"#O #",
|
|
"#oX@+@@@@@@@@@@ #",
|
|
"###############.@",
|
|
"###############.#",
|
|
"###############.+",
|
|
"###############Oo",
|
|
"###############oo",
|
|
"###############@+"
|
|
};
|