This commit is contained in:
Suvodip
2024-06-03 21:34:54 +05:30
parent a84ed5b61f
commit 42afce4bb0
50 changed files with 1130 additions and 2483 deletions

View File

@@ -48,16 +48,16 @@ import Layout from "../../layouts/Layout.astro";
cloudHeight = 340;
canvasScale = 0.14
canvasHeight = 35;
letterHeight = 80;
letterScale = 1;
letterHeight = 70;
letterScale = 0.95;
backgroundScale = 0.8;
sunScale = 0.1;
sunScalePlus = 0.15;
sunWidth = 70;
sunHeight = 70;
animatedVideoScale = 0.58;
animatedHHeight = 32;
animatedVideoScale = 0.6;
animatedHHeight = 35;
helpButtonHeight = customHeight / 1.1;
helpButtonWidth = customWidth / 2 + 10;
@@ -80,8 +80,8 @@ import Layout from "../../layouts/Layout.astro";
sunWidth = 200;
sunHeight = 100;
animatedVideoScale = 0.6;
animatedHHeight = 20;
animatedVideoScale = 0.63;
animatedHHeight = 42;
helpButtonHeight = customHeight / 2 + 40;
helpButtonWidth = customWidth / 1.32;