This commit is contained in:
Suvodip
2024-06-07 15:08:13 +05:30
parent 42afce4bb0
commit 84b5b1747f
6 changed files with 231 additions and 330 deletions

View File

@@ -72,15 +72,15 @@ import Layout from "../../layouts/Layout.astro";
cloudHeight = 250;
canvasScale = 0.195;
canvasHeight = 20;
letterHeight = 65;
letterScale = 1;
letterHeight = 90;
letterScale = 1.3;
backgroundScale = 1;
sunScale = 0.2;
sunScalePlus = 0.25;
sunWidth = 200;
sunHeight = 100;
animatedVideScale = 0.7;
animatedVideScale = 0.9;
animatedDHeight = 20;
helpButtonHeight = customHeight / 2 + 40;
helpButtonWidth = customWidth / 1.32;