treasurehunting2/PySDL2-0.9.5/sdl2/test/resources/surfacetest.xpm
2017-05-13 11:00:53 +02:00

42 lines
1.3 KiB
C

/* XPM */
static char * surfacetest_xpm[] = {
"32 32 6 1",
" c None",
". c #FF0000",
"+ c #00FF00",
"@ c #0000FF",
"# c #FFFFFF",
"$ c #000000",
"........++++++++@@@@@@@@########",
"........++++++++@@@@@@@@########",
"........++++++++@@@@@@@@########",
"........++++++++@@@@@@@@########",
"........++++++++@@@@@@@@########",
"........++++++++@@@@@@@@########",
"........++++++++@@@@@@@@########",
"........++++++++@@@@@@@@########",
"........++++++++@@@@@@@@########",
"........++++++++@@@@@@@@########",
"........++++++++@@@@@@@@########",
"........++++++++@@@@@@@@########",
"........++++++++@@@@@@@@########",
"........++++++++@@@@@@@@########",
"........++++++++@@@@@@@@########",
"........++++++++@@@@@@@@########",
"........++++++++@@@@@@@@$$$$$$$$",
"........++++++++@@@@@@@@$$$$$$$$",
"........++++++++@@@@@@@@$$$$$$$$",
"........++++++++@@@@@@@@$$$$$$$$",
"........++++++++@@@@@@@@$$$$$$$$",
"........++++++++@@@@@@@@$$$$$$$$",
"........++++++++@@@@@@@@$$$$$$$$",
"........++++++++@@@@@@@@$$$$$$$$",
"........++++++++@@@@@@@@$$$$$$$$",
"........++++++++@@@@@@@@$$$$$$$$",
"........++++++++@@@@@@@@$$$$$$$$",
"........++++++++@@@@@@@@$$$$$$$$",
"........++++++++@@@@@@@@$$$$$$$$",
"........++++++++@@@@@@@@$$$$$$$$",
"........++++++++@@@@@@@@$$$$$$$$",
"........++++++++@@@@@@@@$$$$$$$$"};