feat(screenshot): add screenshot viewer scene

Add SCREENSHOT scene and UI to browse screenshots from the main menu,
with localization for English and Chinese. Also allow image loading
by full path and replace scene-operation asserts with error logs.
This commit is contained in:
2026-08-07 14:34:58 +08:00
parent 607be871b1
commit ef0fc7c5c0
12 changed files with 234 additions and 13 deletions

View File

@@ -106,4 +106,6 @@ target_sources(${PROJECT_NAME}
tools/json_utils.cpp
gameplay/item_manager.cpp
gameplay/block_manager.cpp
ui/screenshot_ui.cpp
scene/screenshot_scene.cpp
)