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.
29 lines
505 B
29 lines
505 B
11 years ago
|
/* XPM */
|
||
|
static char * wall_xpm[] = {
|
||
|
"16 16 9 1",
|
||
|
" c None",
|
||
|
". c #60625F",
|
||
|
"+ c #757774",
|
||
|
"@ c #7D7E7B",
|
||
|
"# c #848583",
|
||
|
"$ c #898B88",
|
||
|
"% c #A5A09F",
|
||
|
"& c #AEA9A8",
|
||
|
"* c #BDB8B6",
|
||
|
"%%%%%&&&****&&&.",
|
||
|
"%+@@@@@##$$$$$#.",
|
||
|
"%+++@@@@##$$##$.",
|
||
|
"&++@@@@@@#$$$#$.",
|
||
|
"&@+@+@@@#######.",
|
||
|
"&@#@@++@@@#####.",
|
||
|
"&###@@+@@@#@###.",
|
||
|
".++.............",
|
||
|
"***&%%%.%&%%%&&&",
|
||
|
"$##++++.%@####@#",
|
||
|
"#@@++++.%@####@#",
|
||
|
"@@@@@++.%@#$#@@#",
|
||
|
"@@@@@@+.%@#$#@@@",
|
||
|
"@#@@@@+.%####@+#",
|
||
|
"@@@@@##.%@###@+@",
|
||
|
"......+........."};
|