Most texure work

This commit is contained in:
2025-06-10 21:59:51 +02:00
parent a17e3abbff
commit 39c31f0042
103 changed files with 666 additions and 246 deletions

View File

@@ -51,6 +51,8 @@ set(SOURCE_FILES
entity/entity.h
tiles/turret.c
tiles/turret.h
util/crafter.c
util/crafter.h
)
add_executable(factorygame ${SOURCE_FILES})