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

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

27 lines
515 B
C

/* XPM */
static const char *flDeclaration_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 4 1",
/* colors */
". c none",
"a c #000000",
"b c #c0e0c0",
"c c #000000",
/* pixels */
"................",
"................",
"...aaaaaaaaaaaaa",
"...abbbbbbbbbbbc",
"...abbbbbbbbbbbc",
"..abbbbbbbbbbbc.",
"..abbbbbbbbbbbc.",
"..abbbbbbbbbbbc.",
".abbbbbbbbbbbc..",
".abbbbbbbbbbbc..",
".abbbbbbbbbbbc..",
"abbbbbbbbbbbc...",
"abbbbbbbbbbbc...",
"acccccccccccc...",
"................",
"................",
};