arch/dev/xpm_pref/Players/barbarian.151.xpm

38 lines
966 B
C

/* XPM */
static char * barbarian_151_xpm[] = {
/* width height ncolors chars_per_pixel */
"24 24 7 1",
/* colors */
" s None c None",
". s foreground c black",
"X s Light gray c Grey75",
"o s Gray c Grey50",
"O c salmon",
"+ s foreground c sienna",
"@ s Dark green c SeaGreen",
/* pixels */
" ",
" ... ",
" XXo ..O.. ",
" Xoo.. .OOO. ",
".oo.+ .OOO. ",
" oo.+ ... ",
" .o.+ ......+... ",
" . ++ .O++++++++O. ",
" ++.OO++++++++OO. ",
" +.OO..+.++.+.OO. ",
" .OO. .++++++..OO. ",
" ... .++++. .O. ",
" + .++++. .O. ",
" ..@@.. .O. ",
" .@@@@. .. ",
" .@@..@@. ",
" .@@..@@. ",
" .@.. .@. ",
" .@@. .@@. ",
" .@. .@. ",
" .+. .+. ",
" .+. .+. ",
" .++. .++. ",
" ... ... "};