From d5524e69ef380152f84bfa17fd819a2266992f8a Mon Sep 17 00:00:00 2001 From: yangwen Date: Fri, 9 May 2025 19:07:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B1=8F=E5=B9=95=E9=A2=84?= =?UTF-8?q?=E8=AE=BE=E5=88=86=E8=BE=A8=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings/PlayerSettings.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/settings/PlayerSettings.json b/settings/PlayerSettings.json index bea6831..057ed76 100644 --- a/settings/PlayerSettings.json +++ b/settings/PlayerSettings.json @@ -1,6 +1,13 @@ { - "modules": { - "laya.ui": true, - "laya.d3": true - } + "resolution": { + "designWidth": 1080, + "designHeight": 1920 + }, + "modules": { + "laya.ui": true, + "laya.d3": true + }, + "splash": { + "fit": "center" + } } \ No newline at end of file