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.
25 lines
360 B
25 lines
360 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"10 10 8 1",
|
|
" c Gray2",
|
|
". c Gray21",
|
|
"X c #444444",
|
|
"o c #767676",
|
|
"O c #8b8b8b",
|
|
"+ c #b4b4b4",
|
|
"@ c #c5c5c5",
|
|
"# c None",
|
|
/* pixels */
|
|
"##########",
|
|
"##O+###O##",
|
|
"#O X#O @",
|
|
"##@X O#oX#",
|
|
"#### ####",
|
|
"####o ####",
|
|
"####o.####",
|
|
"####.+@.+#",
|
|
"#+ +#+ #",
|
|
"#@o####+O#"
|
|
};
|