|
@@ -45,7 +45,7 @@ export class scene_page extends Component {
|
|
|
}else{
|
|
|
this.content.getComponent(Widget).enabled = false;
|
|
|
}
|
|
|
-
|
|
|
+ this.content.position = Vec3.ZERO;
|
|
|
this.mAnimationList = this.mSceneAtt.animation_list;
|
|
|
console.log(" this.mAnimationList", this.mAnimationList)
|
|
|
if(this.mIsMask){
|