Some more progress

This commit is contained in:
2025-05-30 22:31:59 +02:00
parent d01bdbe819
commit 0c9698879b
13 changed files with 290 additions and 72 deletions

View File

@@ -21,9 +21,9 @@ add_executable(factorygame
tiles/tile.h
tiles/belt.c
tiles/belt.h
main.c
player/player.c
player/player.h) # Ensure the target is defined before linking
player/player.h # Ensure the target is defined before linking
main.c)
# Define the path to the assets folder
set(ASSETS_SOURCE_DIR "${CMAKE_SOURCE_DIR}/assets")