cave-story-solaris/DoConfig/fltk/fluid/pixmaps/flTile.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
538 B
C

/* XPM */
static const char *flTile_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
"a c #606060",
"b c #f0f0f0",
"c c none",
"d c #c0c0c0",
"e c #8080ff",
"f c #000000",
/* pixels */
"cccccccccccccccc",
"cccccccccccccccc",
"dddddddddddddddd",
"dfffffffffffffbd",
"dfdddddbfdddddbd",
"dfdddddbfdddddbd",
"dfdddddbfdddddbdc",
"dfbbbbbbfbbbbbbd",
"dfffffffffffffbd",
"dfdddddbfdddddbd",
"dfdddddbfdddddbd",
"dfdddddbfdddddbd",
"dfbbbbbbfbbbbbbd",
"dddddddddddddddd",
"cccccccccccccccc",
"cccccccccccccccc"
};