future 1 năm trước cách đây
mục cha
commit
0fbd4cecf7
2 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 1 0
      assets/scene/game.scene
  2. 5 1
      assets/script/run/gameManager.ts

+ 1 - 0
assets/scene/game.scene

@@ -2605,6 +2605,7 @@
     "instance": {
       "__id__": 66
     },
+    "targetOverrides": null,
     "nestedPrefabInstanceRoots": null
   },
   {

+ 5 - 1
assets/script/run/gameManager.ts

@@ -328,7 +328,11 @@ export class gameManager extends Component {
             let call_back =(()=>{
                 this.mGameRun.unInit()
                 this.startLevelGame()
-            })            
+            })     
+            if(task_data.is_open_interlude_default_animation==undefined||
+                task_data.is_open_interlude_default_animation==null) {
+                task_data.is_open_interlude_default_animation = true
+            }      
             if(task_data.is_open_interlude_default_animation) {
                 this.onLaunch(()=>{
                     call_back()