s1
This commit is contained in:
@@ -252,7 +252,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;
|
||||
|
||||
Reference in New Issue
Block a user