loading界面修改
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m14s

This commit is contained in:
TJH 2025-12-30 14:06:27 +08:00
parent 35fa919d8a
commit 3ab56dca39
2 changed files with 2 additions and 2 deletions

View File

@ -2390,7 +2390,7 @@
"__id__": 2 "__id__": 2
}, },
"_children": [], "_children": [],
"_active": true, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 65 "__id__": 65

View File

@ -244,7 +244,7 @@ export class Loading extends Component {
.getComponent(UITransform) .getComponent(UITransform)
.setContentSize(currentProgress * 509, 100); .setContentSize(currentProgress * 509, 100);
this.lightSpineNode.setPosition( this.lightSpineNode.setPosition(
currentProgress * 509 - 268, currentProgress * 509 - 278,
-612, -612,
0 0
); );