future 1 year ago
parent
commit
b25c4d84ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/script/run/gameManager.ts

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

@@ -454,7 +454,7 @@ export class gameManager extends Component {
     }
 
     public onLaunch(call,delay=0.7){
-        this.mGameRun.onlaunch(call)
+        this.mGameRun.onlaunch(call,delay)
     }
 
     public getTopFloorLayer():Node {