From 628f82dbb9d44dfda7ebde0a54b6559b275e204c Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 2 Feb 2020 09:57:02 +0100 Subject: sprite kinda working but like walls (fml) --- textures/barrel.xpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textures') 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", -- cgit