This commit is contained in:
Suvodip
2024-11-07 19:30:53 +05:30
parent 1bd86ba8cc
commit 399186819c
62 changed files with 247 additions and 61 deletions

View File

@@ -251,7 +251,10 @@ import Layout from "../../layouts/Layout.astro";
}
});
const maskGraphics = this.make.graphics();
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask();
let responsiveFontSize = isMobile ? 16 : 32;