This commit is contained in:
dev sp
2023-12-06 13:49:30 +00:00
parent 58b0779a9b
commit 401b4c8e39
62 changed files with 370 additions and 370 deletions

View File

@@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro";
submitWidth = customWidth / 2 - 100;
submitHeight = customHeight / 1.1;
noticeWidth = window.innerWidth * 0.5 - 100;
noticeHeight = window.innerHeight * 0.85 - 0;
noticeHeight = window.innerHeight * 0.38;
} else{
cloudeSize = 500;
@@ -151,9 +151,9 @@ import Layout from "../../layouts/Layout.astro";
};
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
font: '600 20px Quicksand',
fill: 'blue'
fill: '#05b3a4'
}).setDepth(1);
submitNotic.setVisible(true);
submitNotic.setVisible(false);
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
font: '900 24px Quicksand',
fill: '#05b3a4',