You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
479 B
27 lines
479 B
11 years ago
|
/* XPM */
|
||
|
static char * floor_xpm[] = {
|
||
|
"16 16 7 1",
|
||
|
" c #171717",
|
||
|
". c #181818",
|
||
|
"+ c #191919",
|
||
|
"@ c #1A1A1A",
|
||
|
"# c #1B1B1B",
|
||
|
"$ c #1C1C1C",
|
||
|
"% c #1D1D1D",
|
||
|
"#$#. @$#@+. .",
|
||
|
"$$#+. +$$##$#. .",
|
||
|
"@##@++##@+@$@. +",
|
||
|
"#@@@@###++#$#++#",
|
||
|
"$#@#@#$$##$%$#$$",
|
||
|
"@++#@@$$#$%%$$$$",
|
||
|
"+.+@@@#$$$$%$$$#",
|
||
|
"++@+++@#$$$$$$$$",
|
||
|
"@###+.+#$$$#+.@#",
|
||
|
"@@#$+.+$$$$@. @",
|
||
|
"++##+.+#$$$$#. @",
|
||
|
"@##@++@#$$$$@..#",
|
||
|
"#$@+@#@#$$$$#@#$",
|
||
|
"##@+@##$$$$$$$$$",
|
||
|
"@###@##$$$$$$$##",
|
||
|
"@###@@#$$$$###@@"};
|