game.background_color option in twn.toml

This commit is contained in:
veclavtalica
2025-01-27 05:05:43 +03:00
parent f625dde8d1
commit 7c33107585
3 changed files with 38 additions and 1 deletions

View File

@ -73,6 +73,8 @@ typedef struct EngineContext {
SDL_Window *window;
uint32_t window_id;
Color background_color;
bool is_running;
bool window_size_has_changed;
bool resync_flag;