From 5d4a70f81d1896ede119e0dfe42392c4506a2a34 Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 15 Nov 2013 19:59:19 +0100 Subject: added comments --- sprites.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sprites.c') diff --git a/sprites.c b/sprites.c index 7baca5b..4b283b2 100644 --- a/sprites.c +++ b/sprites.c @@ -1,6 +1,10 @@ #include "global.h" #include "sprites.h" +// these are sprite constants +// 0 = white, 1 = black +// and for sprites, 0 is transparent and 2 white + const int wall[2][16][16] = { { { 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 }, -- cgit v1.3.1