34 lines
846 B
C
34 lines
846 B
C
/* XPM */
|
|
static char * speedball_111_xpm[] = {
|
|
/* width height ncolors chars_per_pixel */
|
|
"24 24 3 1",
|
|
/* colors */
|
|
" s None c none",
|
|
". c Red",
|
|
"X c white",
|
|
/* pixels */
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" . ",
|
|
" . ",
|
|
" ... ",
|
|
" ....... ",
|
|
" ......... ",
|
|
" ..X...X.. ",
|
|
" ....X.X.... ",
|
|
" ............... ",
|
|
" ..X.....X.. ",
|
|
" ..X...X.. ",
|
|
" ..XXXXX.. ",
|
|
" ....... ",
|
|
" ... ",
|
|
" . ",
|
|
" . ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" "};
|