Move world files to engine

This commit is contained in:
2023-11-08 06:07:22 +01:00
parent 03b824b756
commit 120cb7503b
13 changed files with 82 additions and 82 deletions

View File

@@ -13,12 +13,6 @@ add_executable(PixelDefense
game/main.c
game/common.h
game/world/map.c
game/world/map.h
game/world/tileset.c
game/world/tileset.h
game/world/layer.c
game/world/layer.h
)