pull/28/head
parent
1bd86ba8cc
commit
399186819c
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue