From 3ab56dca392c83d57a9d5abcea217ecde7c1521e Mon Sep 17 00:00:00 2001 From: TJH Date: Tue, 30 Dec 2025 14:06:27 +0800 Subject: [PATCH] =?UTF-8?q?loading=E7=95=8C=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Loading/game.scene | 2 +- assets/Loading/scripts/loading.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/Loading/game.scene b/assets/Loading/game.scene index b4bb409..97db4d9 100644 --- a/assets/Loading/game.scene +++ b/assets/Loading/game.scene @@ -2390,7 +2390,7 @@ "__id__": 2 }, "_children": [], - "_active": true, + "_active": false, "_components": [ { "__id__": 65 diff --git a/assets/Loading/scripts/loading.ts b/assets/Loading/scripts/loading.ts index 8cedd0b..41d4488 100644 --- a/assets/Loading/scripts/loading.ts +++ b/assets/Loading/scripts/loading.ts @@ -244,7 +244,7 @@ export class Loading extends Component { .getComponent(UITransform) .setContentSize(currentProgress * 509, 100); this.lightSpineNode.setPosition( - currentProgress * 509 - 268, + currentProgress * 509 - 278, -612, 0 );