From aff0792bce397b5f0ec9aa8c4ab262bc61ccc093 Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Wed, 25 Mar 2026 20:34:59 +0300 Subject: Better Level Loading - Object layers coming soon! --- src/wall.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/wall.h') diff --git a/src/wall.h b/src/wall.h index 5ca4adf..77bf0a3 100644 --- a/src/wall.h +++ b/src/wall.h @@ -3,6 +3,9 @@ #include "entity.h" +#define BLOCK_WIDTH 128 +#define BLOCK_HEIGHT 128 + void add_wall(float xpos, float ypos, int tile); #endif // WALL_H_ -- cgit v1.2.3