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/zacman/point.xpm

34 lines
495 B

/* XPM */
static char * point_xpm[] = {
/* width height num_colors chars_per_pixel */
"6 6 21 1",
/* colors */
" c None",
". c black",
"X c #1f261c",
"o c #60f026",
"O c #31fa01",
"+ c #1e341d",
"@ c #0de503",
"# c #22eb18",
"$ c #11d203",
"% c #12d803",
"& c #1b2a1a",
"* c #0bac03",
"= c #0a9a03",
"- c #0a9c03",
"; c #0fae03",
": c #0d6c03",
"> c #0a6803",
", c #142013",
"< c #212521",
"1 c #053001",
"2 c #141d14",
/* pixels */
" .X.. ",
"..oO..",
"+@#$%.",
"&*=-;.",
"..:>.,",
" <.12 "};