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
350 B
28 lines
350 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"6 13 8 1",
|
|
" c #040404",
|
|
". c #343434",
|
|
"X c Gray32",
|
|
"o c Gray45",
|
|
"O c #888888",
|
|
"+ c #afafaf",
|
|
"@ c #cacaca",
|
|
"# c None",
|
|
/* pixels */
|
|
"######",
|
|
"####++",
|
|
"#### +",
|
|
"###.X#",
|
|
"##+ @#",
|
|
"##X ##",
|
|
"## o##",
|
|
"#+ O##",
|
|
"#O X##",
|
|
"#O @#",
|
|
"#+ X#",
|
|
"##. #",
|
|
"###o+#"
|
|
};
|