MegaGlest/source/glest_map_editor/icons/edit_switch-surfaces.xpm

25 lines
476 B
C
Raw Normal View History

2010-05-04 02:22:11 +02:00
/* XPM */
static const char *edit_switch_surfaces[] = {
/* columns rows colors chars-per-pixel */
"16 16 2 1",
" c #008000",
". c #00FF00",
/* pixels */
"........ ",
"........ ",
"........ ",
"........ ",
"..... .. . ",
".... .. .. ",
2010-12-03 06:07:42 +01:00
"... .. ... ",
".. ...... ",
".. ...... ",
"... .. ... ",
2010-05-04 02:22:11 +02:00
".... .. .. ",
"..... .. . ",
"........ ",
"........ ",
"........ ",
"........ "
};