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

@@ -262,7 +262,10 @@ import Layout from "../../layouts/Layout.astro";
// animatedLetter = this.add.video(customWidth / 2 , customHeight / 2 + animatedDHeight, 'animatedD').setDepth(2).setScale(animatedVideScale);
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;