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.
tdepacman/pics/mspacman-tiny/lifes.xpm

30 lines
552 B

/* XPM */
static char *lifes[] = {
/* width height num_colors chars_per_pixel */
" 16 16 5 1",
/* colors */
/* colors */
" s None c None",
"x c black",
"r c red",
"y c yellow",
"b c #2020de",
/* pixels */
" ",
" rr ",
" rrryyyy ",
" rbrryyyyyy ",
" rrbryyyyyyyyy ",
" rrryyyxxyyyrr ",
" rryyxbyy ",
" yyyyyy ",
" yyyy ",
" yyyyyy ",
" yyyxyyyy ",
" yyyyyyyyyrr ",
" yyyyyyyyyyy ",
" yyyyyyyyy ",
" yyyyy ",
" "
};