pull/28/head
Suvodip 2024-11-07 19:30:53 +05:30
parent 1bd86ba8cc
commit 399186819c
62 changed files with 247 additions and 61 deletions

View File

@ -298,6 +298,9 @@ import Layout from "../../layouts/Layout.astro";
// const baseFontSize = 16; // const baseFontSize = 16;
// const responsiveFontSize = (window.innerWidth / 550) * baseFontSize; // const responsiveFontSize = (window.innerWidth / 550) * baseFontSize;
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -281,6 +281,9 @@ import Layout from "../../layouts/Layout.astro";
}); });
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -246,6 +246,9 @@ import Layout from "../../layouts/Layout.astro";
}); });
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -255,6 +255,9 @@ import Layout from "../../layouts/Layout.astro";
}); });
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -260,6 +260,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}); });
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -258,6 +258,9 @@ import Layout from "../../layouts/Layout.astro";
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -256,6 +256,9 @@ import Layout from "../../layouts/Layout.astro";
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -259,6 +259,9 @@ import Layout from "../../layouts/Layout.astro";
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -257,6 +257,9 @@ import Layout from "../../layouts/Layout.astro";
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -257,6 +257,9 @@ import Layout from "../../layouts/Layout.astro";
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -204,6 +204,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -254,6 +254,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -249,6 +249,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -254,6 +254,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -250,6 +250,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -249,6 +249,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -249,6 +249,9 @@ import Layout from "../../layouts/Layout.astro";
firstScreen.setVisible(true); firstScreen.setVisible(true);
} }
})
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
}) })
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);

View File

@ -250,6 +250,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -251,6 +251,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -248,6 +248,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -254,6 +254,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -255,6 +255,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -251,6 +251,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -261,6 +261,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -255,6 +255,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -255,6 +255,9 @@ import Layout from "../../layouts/Layout.astro";
firstScreen.setVisible(true); firstScreen.setVisible(true);
} }
})
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
}) })
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);

View File

@ -252,6 +252,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -261,6 +261,9 @@ import Layout from "../../layouts/Layout.astro";
firstScreen.setVisible(true); firstScreen.setVisible(true);
} }
})
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
}) })
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);

View File

@ -249,6 +249,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -250,6 +250,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -247,6 +247,9 @@ import Layout from "../../layouts/Layout.astro";
firstScreen.setVisible(true); firstScreen.setVisible(true);
} }
})
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
}) })
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);

View File

@ -251,6 +251,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -250,6 +250,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -249,6 +249,9 @@ import Layout from "../../layouts/Layout.astro";
firstScreen.setVisible(true); firstScreen.setVisible(true);
} }
})
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
}) })
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);

View File

@ -253,6 +253,9 @@ import Layout from "../../layouts/Layout.astro";
firstScreen.setVisible(true); firstScreen.setVisible(true);
} }
})
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
}) })
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);

View File

@ -236,6 +236,9 @@ import Layout from "../../layouts/Layout.astro";
const firstScreen = this.add.image(customWidth / 2, customHeight / 2 + letterHeight, 'letterZ').setDepth(2).setScale(letterScale); const firstScreen = this.add.image(customWidth / 2, customHeight / 2 + letterHeight, 'letterZ').setDepth(2).setScale(letterScale);
// const firstScreen = this.add.image(customWidth / 2, customHeight / 2 + letterHeight, 'animatedZ').setDepth(2); canvasStand // const firstScreen = this.add.image(customWidth / 2, customHeight / 2 + letterHeight, 'animatedZ').setDepth(2); canvasStand
firstScreen.setVisible(false); firstScreen.setVisible(false);
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -253,6 +253,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -250,6 +250,9 @@ import Layout from "../../layouts/Layout.astro";
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -253,6 +253,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -262,6 +262,9 @@ import Layout from "../../layouts/Layout.astro";
// animatedLetter = this.add.video(customWidth / 2 , customHeight / 2 + animatedDHeight, 'animatedD').setDepth(2).setScale(animatedVideScale); // animatedLetter = this.add.video(customWidth / 2 , customHeight / 2 + animatedDHeight, 'animatedD').setDepth(2).setScale(animatedVideScale);
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -256,6 +256,9 @@ import Layout from "../../layouts/Layout.astro";
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -251,6 +251,9 @@ import Layout from "../../layouts/Layout.astro";
firstScreen.setVisible(true); firstScreen.setVisible(true);
} }
})
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
}) })
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);

View File

@ -254,6 +254,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -254,6 +254,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}); });
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -250,6 +250,9 @@ import Layout from "../../layouts/Layout.astro";
firstScreen.setVisible(true); firstScreen.setVisible(true);
} }
})
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
}) })
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);

View File

@ -253,6 +253,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -256,6 +256,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -250,6 +250,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -252,6 +252,9 @@ import Layout from "../../layouts/Layout.astro";
firstScreen.setVisible(true); firstScreen.setVisible(true);
} }
})
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
}) })
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);

View File

@ -253,6 +253,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -249,6 +249,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -249,6 +249,9 @@ import Layout from "../../layouts/Layout.astro";
firstScreen.setVisible(true); firstScreen.setVisible(true);
} }
})
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
}) })
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);

View File

@ -256,6 +256,9 @@ import Layout from "../../layouts/Layout.astro";
firstScreen.setVisible(true); firstScreen.setVisible(true);
} }
})
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
}) })
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);

View File

@ -252,6 +252,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -256,6 +256,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -250,6 +250,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}); });
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -253,6 +253,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -251,6 +251,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}); });
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -248,6 +248,9 @@ import Layout from "../../layouts/Layout.astro";
firstScreen.setVisible(true); firstScreen.setVisible(true);
} }
})
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
}) })
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);

View File

@ -251,6 +251,9 @@ import Layout from "../../layouts/Layout.astro";
firstScreen.setVisible(true); firstScreen.setVisible(true);
} }
})
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
}) })
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);

View File

@ -253,6 +253,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();

View File

@ -256,6 +256,9 @@ import Layout from "../../layouts/Layout.astro";
} }
}) })
retryButton.setInteractive().on('pointerdown', () => {
window.location.reload();
})
const maskGraphics = this.make.graphics(); const maskGraphics = this.make.graphics();
maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight); maskGraphics.fillRect(customWidth / 2 - customWidth / 2, 55, customWidth, customHeight);
const mask = maskGraphics.createGeometryMask(); const mask = maskGraphics.createGeometryMask();