diff options
| author | BoredGuy <osome3717@gmail.com> | 2026-03-25 20:34:59 +0300 |
|---|---|---|
| committer | BoredGuy <osome3717@gmail.com> | 2026-03-25 20:34:59 +0300 |
| commit | aff0792bce397b5f0ec9aa8c4ab262bc61ccc093 (patch) | |
| tree | 3ae41aa198d13b8638b8abbf0fcc643a8a149b2d /src/wall.h | |
| parent | c9a8845b53ab13c00ed535a2075cc45765dbbfea (diff) | |
Better Level Loading
- Object layers coming soon!
Diffstat (limited to 'src/wall.h')
| -rw-r--r-- | src/wall.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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_ |
