aboutsummaryrefslogtreecommitdiff
path: root/textures
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-02-02 09:57:02 +0100
committerCharles <sircharlesaze@gmail.com>2020-02-02 09:57:02 +0100
commit628f82dbb9d44dfda7ebde0a54b6559b275e204c (patch)
treef41e8195ab7063d65142b37aefecad2b1e72535f /textures
parent44e93a191badd8c23d0bb971665f335bbb38f177 (diff)
downloadcub3d-628f82dbb9d44dfda7ebde0a54b6559b275e204c.tar.gz
cub3d-628f82dbb9d44dfda7ebde0a54b6559b275e204c.tar.bz2
cub3d-628f82dbb9d44dfda7ebde0a54b6559b275e204c.zip
sprite kinda working but like walls (fml)
Diffstat (limited to 'textures')
-rw-r--r--textures/barrel.xpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/textures/barrel.xpm b/textures/barrel.xpm
index 7d45baf..4d4c1d2 100644
--- a/textures/barrel.xpm
+++ b/textures/barrel.xpm
@@ -2,7 +2,7 @@
static char *barrel[] = {
/* columns rows colors chars-per-pixel */
"64 64 27 1 ",
-" c black",
+" c None",
". c gray11",
"X c #231C0A",
"o c #312611",