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

@@ -51,8 +51,8 @@ import Layout from "../../layouts/Layout.astro";
cloudHeight = 340;
canvasScale = 0.14
canvasHeight = 35;
letterHeight = 80;
letterScale = 1;
letterHeight = 65;
letterScale = 0.95;
backgroundScale = 0.8;
sunScale = 0.1;
sunScalePlus = 0.15;
@@ -75,7 +75,7 @@ import Layout from "../../layouts/Layout.astro";
cloudHeight = 250;
canvasScale = 0.195;
canvasHeight = 20;
letterHeight = 70;
letterHeight = 60;
letterScale = 1.2;
backgroundScale = 1;
sunScale = 0.2;