|
@@ -328,7 +328,11 @@ export class gameManager extends Component {
|
|
let call_back =(()=>{
|
|
let call_back =(()=>{
|
|
this.mGameRun.unInit()
|
|
this.mGameRun.unInit()
|
|
this.startLevelGame()
|
|
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) {
|
|
if(task_data.is_open_interlude_default_animation) {
|
|
this.onLaunch(()=>{
|
|
this.onLaunch(()=>{
|
|
call_back()
|
|
call_back()
|