loading界面修改
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m14s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m14s
This commit is contained in:
parent
35fa919d8a
commit
3ab56dca39
@ -2390,7 +2390,7 @@
|
|||||||
"__id__": 2
|
"__id__": 2
|
||||||
},
|
},
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": false,
|
||||||
"_components": [
|
"_components": [
|
||||||
{
|
{
|
||||||
"__id__": 65
|
"__id__": 65
|
||||||
|
|||||||
@ -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
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user