From b77949b52270715f55be89af723d8b6e6903f8da Mon Sep 17 00:00:00 2001 From: Bang Domath ID Date: Wed, 9 Oct 2024 02:04:36 +0700 Subject: [PATCH] Update mode.html --- mode.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mode.html b/mode.html index d43d67b..000d574 100644 --- a/mode.html +++ b/mode.html @@ -183,7 +183,7 @@

Welcome to My Live2D Page

const scaleX = (innerWidth * 0.9) / model.width; const scaleY = (innerHeight * 0.9) / model.height; model.scale.set(Math.min(scaleX, scaleY)); - model.y = innerHeight * 0.05; + model.y = innerHeight * 0.6; } }