finish title screen, fix game logic, add textures, somehow forgot the T tetromino lol

This commit is contained in:
Rene Kievits
2024-10-14 22:45:46 +02:00
parent 190f81176d
commit 24c8c3fe2c
25 changed files with 399 additions and 79 deletions

View File

@@ -30,7 +30,7 @@ target_link_libraries(SDL_TD
)
file(GLOB ASSETS
"assets/*.png"
"assets/*"
)
foreach(ASSET ${ASSETS})