diff options
Diffstat (limited to 'sprites.c')
| -rw-r--r-- | sprites.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 },
|
