add User Data save function
This commit is contained in:
@@ -64,8 +64,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||
startButtonWidth = customWidth / 2 - 100;
|
||||
submitWidth = customWidth / 2 - 100;
|
||||
submitHeight = customHeight / 1.1;
|
||||
noticeWidth = 100;
|
||||
noticeHeight = 0;
|
||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
||||
} else{
|
||||
cloudeSize = 500;
|
||||
cloudHeight = 250;
|
||||
|
||||
Reference in New Issue
Block a user