Place buildings

This commit is contained in:
2023-11-11 07:01:49 +01:00
parent 7513ecc7eb
commit 1908150635
8 changed files with 173 additions and 27 deletions

View File

@@ -5,7 +5,7 @@
#include <raylib.h>
typedef i16 BzTile;
typedef i32 BzTile;
typedef struct BzTilesetDesc {
const char *path;