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.

30 lines
541 B

/* XPM */
static const char *action_surface[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
" c #000000",
". c #34D300",
"X c #EFEB00",
"o c #A0A0A0",
"O c #EA0000",
"+ c None",
/* pixels */
"++++++++++++++++",
"++++++ ++++++",
"+++++ XXXX +++++",
"+++++ +++++",
"++++ X XX X ++++",
"++++ X XX X ++++",
"++++ XX ++++",
"+++ OO OO +++",
"+++ O OOOO O +++",
"++ O OOOO OO ++",
"++ OOOO ++",
"+ .. . . .. +",
"+ .. ...... .. +",
"++ ...... ++",
"++++ ++++",
"++++++++++++++++"
};