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

@ -500,7 +500,7 @@ void clear_draw_buffer(void) {
.clear_color = true,
.clear_depth = true,
.clear_stencil = true,
.color = (Color) { 230, 230, 230, 1 }
.color = ctx.background_color,
}
};