cave-story-solaris/DoConfig/fltk/fluid/pixmaps/flDial.xpm
Clownacy 537d777536 Revert "Removed the DoConfig folder"
This reverts commit afb3e2f83e.

This branch needs this
2019-09-05 12:49:35 +00:00

28 lines
523 B
C

/* XPM */
static const char *flDial_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 5 1",
/* colors */
". c none",
"a c #000000",
"b c #c0c0c0",
"c c #000000",
"' c #202080",
/* pixels */
"................",
"................",
"....aaaaaaa.....",
"..aabbbbbbbcc...",
".abbbbbbbbbbbc..",
".ab''bbbbbbbbc..",
"ab'bb'bbbbbbbbc.",
"ab'bb'bbbbbbbbc.",
"abb''bbbbbbbbbc.",
"abbbbbbbbbbbbbc.",
"abbbbbbbbbbbbbc.",
".abbbbbbbbbbbc..",
".abbbbbbbbbbbc..",
"..ccbbbbbbbcc...",
"....ccccccc.....",
"................",
};