This commit is contained in:
Suvodip
2024-06-11 16:39:33 +05:30
parent edc53bc976
commit 6be6583ffc
6 changed files with 140 additions and 438 deletions

View File

@@ -48,7 +48,7 @@ import Layout from "../../layouts/Layout.astro";
cloudHeight = 340;
canvasScale = 0.14
canvasHeight = 35;
letterHeight = 90;
letterHeight = 70;
letterScale = 0.95;
backgroundScale = 0.8;
sunScale = 0.1;
@@ -72,7 +72,7 @@ import Layout from "../../layouts/Layout.astro";
cloudHeight = 250;
canvasScale = 0.195;
canvasHeight = 20;
letterHeight = 90;
letterHeight = 70;
letterScale = 1.25;
backgroundScale = 1;
sunScale = 0.2;

View File

@@ -80,8 +80,8 @@ import Layout from "../../layouts/Layout.astro";
sunWidth = 200;
sunHeight = 100;
animatedVideScale = 0.9;
animatedDHeight = 20;
animatedVideScale = 0.8;
animatedDHeight = 10;
helpButtonHeight = customHeight / 2 + 40;
helpButtonWidth = customWidth / 1.32;