Polish title screen presentation

This commit is contained in:
2026-06-21 22:39:35 +09:00
parent 764df7edce
commit a9a72e9231
9 changed files with 353 additions and 58 deletions

View File

@@ -10,7 +10,7 @@ await page.waitForSelector('canvas');
await page.waitForFunction(() => window.__HEROS_GAME__ !== undefined);
await page.waitForTimeout(500);
await page.mouse.click(170, 320);
await page.mouse.click(962, 240);
await page.waitForTimeout(250);
for (let i = 0; i < 4; i += 1) {