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

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

29 lines
536 B
C

/* XPM */
static const char *flBox_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
"a c #606060",
"b c #2020ff",
"c c none",
"d c #c0c0c0",
"e c #909090",
"f c #000000",
/* pixels */
"cccccccccccccccc",
"cccccccccccccccc",
"dddddddddddddddc",
"dddddddddddddddc",
"deeeeeeeeeeeeedc",
"deeeeeeeeeeeeedc",
"deeeeeeeeeeeeedc",
"deeeeeeeeeeeeedc",
"deeeeeeeeeeeeedc",
"deeeeeeeeeeeeedc",
"deeeeeeeeeeeeedc",
"deeeeeeeeeeeeedc",
"dddddddddddddddc",
"dddddddddddddddc",
"cccccccccccccccc",
"cccccccccccccccc"
};