This commit is contained in:
Suvodip
2024-06-07 16:36:13 +05:30
parent 84b5b1747f
commit edc53bc976
4 changed files with 431 additions and 136 deletions

View File

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