This commit is contained in:
Suvodip
2024-10-29 18:45:48 +05:30
parent cd15a8be17
commit 195756b892
20 changed files with 3124 additions and 2576 deletions

View File

@@ -210,7 +210,7 @@ import Layout from "../../layouts/Layout.astro";
}
function create() {
this.add.image(customWidth / topLogoWidth, 30, "topLogo");
this.add.image(customWidth / topLogoWidth, 30, "topLogo");
muteIcon = this.add.image(customWidth / muteIconWidth, 30, "muteIcon");
retryButton = this.add.image(customWidth / resetIconWidth, 30, "resetIcon");
submitButton = this.add.image(customWidth / tickIconWidth, 30, "tickIcon");