docs: clarify video settings profiling gate

This commit is contained in:
Josh Creek
2026-09-01 23:23:17 +01:00
parent 19ef84c3cb
commit 5dc659007e
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1628,3 +1628,5 @@ Signed MatchNet claims now also require exact JSON string/integer types for ever
Presentation progress: a shared `Game/themes/cosmic_clash_theme.tres` now gives the menu, lobby, matchmaking, and settings surfaces consistent button, input, option, and label styling. The custom-font portion of `TODO.md` remains open until a distributable font asset is selected.
The audio TODO now has a runtime foundation: `AudioManager` generates bounded placeholder tones for kickoff countdowns, camera-reported ball impacts, goals, UI clicks, and a local thrust/turbo-pitched engine loop without adding binary assets; authored sound design and production audio QA remain open.
The video-settings TODO is likewise locally implemented: presets, vsync, refresh-derived FPS caps, and resolution scaling are wired through `VideoSettings` and the settings menu. The remaining acceptance work is low/mid-tier hardware frame-time and image-quality profiling, which cannot be certified from this workspace.