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.
26 lines
495 B
26 lines
495 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"21 11 8 1",
|
|
" c #060606",
|
|
". c #2f2f2f",
|
|
"X c #505050",
|
|
"o c Gray45",
|
|
"O c #939393",
|
|
"+ c Gray69",
|
|
"@ c Gray82",
|
|
"# c None",
|
|
/* pixels */
|
|
"#####################",
|
|
"####+####@@####+#####",
|
|
"###@ .@##. O##O X@###",
|
|
"###. +o o@ .@.+",
|
|
"##O. . . X#",
|
|
"## @@ +#X X#O @#",
|
|
"#OX###X.###O @##@.O##",
|
|
"#oo##################",
|
|
"#oo##################",
|
|
"#@ ##################",
|
|
"##+@#################"
|
|
};
|