Path following

This commit is contained in:
2023-11-14 12:01:28 +01:00
parent ab817ee03d
commit 8825b9e01f
14 changed files with 213 additions and 102 deletions

View File

@@ -9,8 +9,7 @@ add_subdirectory(engine/)
add_executable(PixelDefense
game/systems/animations.c
game/systems/entity_renderer.c
game/systems/entity_systems.c
game/systems/systems.h
game/utils/building_types.h
@@ -19,6 +18,7 @@ add_executable(PixelDefense
game/buildings.c
game/buildings.h
game/components.c
game/components.h
game/entrypoint.c
game/main.c