number 4 complete start from 5 tomorow
This commit is contained in:
@@ -64,6 +64,10 @@ import Layout from "../../layouts/Layout.astro";
|
||||
|
||||
startButtonHeight = customHeight / 1.1;
|
||||
startButtonWidth = customWidth / 2 - 100;
|
||||
submitWidth = customWidth / 2 - 100;
|
||||
submitHeight = customHeight / 1.1;
|
||||
noticeWidth = 100;
|
||||
noticeHeight = 0;
|
||||
} else{
|
||||
cloudeSize = 500;
|
||||
cloudHeight = 250;
|
||||
@@ -82,8 +86,12 @@ import Layout from "../../layouts/Layout.astro";
|
||||
helpButtonHeight = customHeight / 2 + 40;
|
||||
helpButtonWidth = customWidth / 1.32;
|
||||
|
||||
startButtonHeight = customHeight / 2 - 20;
|
||||
startButtonHeight = customHeight / 2 - 20;
|
||||
startButtonWidth = customWidth / 1.32;
|
||||
submitWidth = customWidth / 1.32;
|
||||
submitHeight = customHeight / 2 - 20;
|
||||
noticeWidth = 0;
|
||||
noticeHeight = 0;
|
||||
}
|
||||
function preload() {
|
||||
this.load.video('animatedZ', '/assets/animated-letter/small_z.mp4');
|
||||
|
||||
Reference in New Issue
Block a user