mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 09:58:09 +01:00
fix: changed transparency color for the texture
This commit is contained in:
parent
134a6e14f0
commit
aed03e79c3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char * box_xpm[] = {
|
static char * box_xpm[] = {
|
||||||
"64 64 15 1",
|
"64 64 15 1",
|
||||||
" c None",
|
" c #FF00DC",
|
||||||
". c #914500",
|
". c #914500",
|
||||||
"+ c #B2A600",
|
"+ c #B2A600",
|
||||||
"@ c #B9B400",
|
"@ c #B9B400",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue