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
509 B

/* XPM */
#ifndef XPMMAIN
extern const char *show_3d_xpm[];
#else
const char *show_3d_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 15 3 1",
"J c #FF0000",
"x c #0000FF",
". c none",
"................",
"..JJJJ...JJ.....",
".JJJJJJ..JJJJ...",
".JJ..JJ..JJ.JJ..",
".....JJ..JJ..JJ.",
"..JJJJ...JJ...JJ",
"..JJJJJ..JJ...JJ",
".....JJ..JJ...JJ",
".JJ..JJ..JJ..JJJ",
".JJJJJJ..JJJJJJ.",
"..JJJJ....JJJJ.x",
"..........xxxxxx",
".....xxxxxx.....",
"xxxxxx..........",
"x..............."
};
#endif