mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 01:48:08 +01:00
feat: added a poorly drawn mystery box texture
This commit is contained in:
parent
a18c115ef1
commit
07dc80ba6a
1 changed files with 82 additions and 0 deletions
82
ressources/box.xpm
Normal file
82
ressources/box.xpm
Normal file
|
|
@ -0,0 +1,82 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * box_xpm[] = {
|
||||||
|
"64 64 15 1",
|
||||||
|
" c None",
|
||||||
|
". c #914500",
|
||||||
|
"+ c #B2A600",
|
||||||
|
"@ c #B9B400",
|
||||||
|
"# c #A78B00",
|
||||||
|
"$ c #B5AD00",
|
||||||
|
"% c #A38100",
|
||||||
|
"& c #9A6800",
|
||||||
|
"* c #965800",
|
||||||
|
"= c #A58700",
|
||||||
|
"- c #CAD500",
|
||||||
|
"; c #BEBE00",
|
||||||
|
"> c #C7D000",
|
||||||
|
", c #C1C500",
|
||||||
|
"' c #6A3300",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
"................++@@#$..........................................",
|
||||||
|
"..............%%&&..#$............@.............................",
|
||||||
|
"..............**.....##.........................................",
|
||||||
|
"....................&+.............@$...........................",
|
||||||
|
"....................+&..............$@..........................",
|
||||||
|
"................................+&...@..........................",
|
||||||
|
"..................=-...........##....;&.........................",
|
||||||
|
"..................>,............$$##+#..........................",
|
||||||
|
"..................................##&...........................",
|
||||||
|
"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''",
|
||||||
|
"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''",
|
||||||
|
"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''",
|
||||||
|
"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''",
|
||||||
|
"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''",
|
||||||
|
"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''",
|
||||||
|
"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''",
|
||||||
|
"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''",
|
||||||
|
"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''",
|
||||||
|
"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''",
|
||||||
|
"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''",
|
||||||
|
"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''",
|
||||||
|
"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''",
|
||||||
|
"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''"};
|
||||||
Loading…
Add table
Add a link
Reference in a new issue