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

@@ -18,6 +18,8 @@ private:
void render( );
void inputHandler( );
void handleWindowResize( );
unique_ptr<SDL_Window, void(*)(SDL_Window*)> window;
shared_ptr<SDL_Renderer> renderer;