refactor main game loop

This commit is contained in:
2025-12-19 20:07:48 +01:00
parent 783c12790d
commit 38dbc17ace
6 changed files with 1761 additions and 1948 deletions

View File

@ -14,7 +14,7 @@ namespace Config {
namespace Window {
constexpr int DEFAULT_WIDTH = 1200;
constexpr int DEFAULT_HEIGHT = 1000;
constexpr const char* DEFAULT_TITLE = "Tetris (SDL3)";
constexpr const char* DEFAULT_TITLE = "SpaceTris (SDL3)";
constexpr bool DEFAULT_VSYNC = true;
}