Basic wood chopping

This commit is contained in:
2023-12-10 11:08:40 +01:00
parent b410867902
commit 11832ec1cc
10 changed files with 224 additions and 45 deletions

View File

@@ -12,7 +12,6 @@ typedef struct Game {
BzTileMap map;
BzSpatialGrid *entityGrid;
f32 frameDuration;
ecs_entity_t entity;
struct {
i64 wood;
i64 iron;