feat: adopt 1920x1080 baseline

This commit is contained in:
2026-07-12 11:45:01 +09:00
parent c8e8ee4b3a
commit 3daad2861b
14 changed files with 1231 additions and 729 deletions

View File

@@ -6,7 +6,7 @@ const battleMapDir = join('src', 'assets', 'images', 'battle');
const storyDir = join('src', 'assets', 'images', 'story');
const titleImagePath = join('src', 'assets', 'images', 'taoyuan-oath-title.png');
const reportPath = join('docs', 'visual-asset-quality-audit.md');
const targetViewport = { width: 1280, height: 720 };
const targetViewport = { width: 1920, height: 1080 };
const expectedStorySize = { width: 1672, height: 941 };
const server = await createServer({
@@ -270,7 +270,7 @@ function renderReport({ battleRows, storyRows, storyUsage }) {
`- Battle reason: ${nextBattle ? nextBattle.concerns.join(', ') : 'no battle map review rows are currently flagged'}`,
`- Story background candidate: ${nextStory ? `\`${shortPath(nextStory.path)}\`` : 'none flagged'}`,
`- Story reason: ${nextStory ? nextStory.concerns.join(', ') : 'no story background review rows are currently flagged'}`,
'- Suggested workflow: capture the top battle candidate in a 1280x720 battle scene, inspect terrain readability under units/grid, then regenerate or repaint only that asset if the screenshot confirms the issue.',
'- Suggested workflow: capture the top battle candidate in a 1920x1080 battle scene, inspect terrain readability under units/grid, then regenerate or repaint only that asset if the screenshot confirms the issue.',
'',
'## Top Battle Map Review Queue',
'',