replace d

This commit is contained in:
Suvodip
2024-06-11 21:01:51 +05:30
parent 6be6583ffc
commit 41cce45848
5 changed files with 577 additions and 357 deletions

View File

@@ -48,8 +48,8 @@ import Layout from "../../layouts/Layout.astro";
cloudHeight = 340;
canvasScale = 0.14
canvasHeight = 35;
letterHeight = 80;
letterScale = 0.9;
letterHeight = 60;
letterScale = 0.95;
backgroundScale = 0.8;
sunScale = 0.1;
sunScalePlus = 0.15;
@@ -57,7 +57,7 @@ import Layout from "../../layouts/Layout.astro";
sunHeight = 70;
animatedVideScale = 0.6
animatedDHeight = 32;
animatedDHeight = 27;
helpButtonHeight = customHeight / 1.1;
helpButtonWidth = customWidth / 2 + 10;
@@ -72,7 +72,7 @@ import Layout from "../../layouts/Layout.astro";
cloudHeight = 250;
canvasScale = 0.195;
canvasHeight = 20;
letterHeight = 90;
letterHeight = 60;
letterScale = 1.3;
backgroundScale = 1;
sunScale = 0.2;
@@ -81,7 +81,7 @@ import Layout from "../../layouts/Layout.astro";
sunHeight = 100;
animatedVideScale = 0.8;
animatedDHeight = 10;
animatedDHeight = 17;
helpButtonHeight = customHeight / 2 + 40;
helpButtonWidth = customWidth / 1.32;