Standardize browser QA at 1920x1080

This commit is contained in:
2026-07-17 22:18:30 +09:00
parent eb41c05f60
commit 8f10d3d67b
29 changed files with 224 additions and 51 deletions

View File

@@ -8,7 +8,7 @@ Raise the first battle map from flat placeholder-like terrain to an original han
- Unit sprites must read before the map.
- Terrain contrast stays one step below characters, combat UI, and hover/selection feedback.
- Texture detail should add depth without turning into visual noise at PC browser 100% scale.
- Texture detail should add depth without turning into visual noise at an explicit 1920x1080 CSS viewport, 100% browser zoom, and DPR 1.
- Terrain identity must remain clear: road, forest, hill, river, village, camp, fort.
## Terrain Palette
@@ -35,4 +35,4 @@ Raise the first battle map from flat placeholder-like terrain to an original han
- First battle lower-left camp and starting road should guide the eye toward the central route.
- Central village and river should be readable without stealing focus.
- Enemy fort area in the upper-right must imply an enemy line without becoming a large UI-like block.
- At 100% PC browser scale, Liu Bei, Guan Yu, Zhang Fei, and enemy units must remain the strongest silhouettes.
- At an explicit 1920x1080 CSS viewport, 100% browser zoom, and DPR 1, Liu Bei, Guan Yu, Zhang Fei, and enemy units must remain the strongest silhouettes. Follow `docs/desktop-browser-qa-standard.md` for capture verification.