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
458 B
26 lines
458 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"18 11 8 1",
|
|
" c Gray2",
|
|
". c Gray20",
|
|
"X c Gray34",
|
|
"o c Gray46",
|
|
"O c #8d8d8d",
|
|
"+ c Gray67",
|
|
"@ c Gray83",
|
|
"# c None",
|
|
/* pixels */
|
|
"##################",
|
|
"######@o@#########",
|
|
"#####@. @########",
|
|
"#####X @#####X+",
|
|
"####o X####+ @",
|
|
"###O .+@X o#",
|
|
"##@ X. o##",
|
|
"#@ .@##+ o###",
|
|
"#o #####@ ####",
|
|
"##@######@ .@####",
|
|
"##########@o@#####"
|
|
};
|