fix boss tank cross brick
This commit is contained in:
@@ -200,7 +200,10 @@ const BuffSelectScene = {
|
||||
const GameScene = require('./GameScene');
|
||||
sm.register(SCENE.GAME, GameScene);
|
||||
}
|
||||
sm.switchTo(SCENE.GAME, this._gameParams);
|
||||
// ★ DEBUG: Force level 20 (Boss Battle) for quick verification of Boss tank gap-fix
|
||||
// const params = Object.assign({}, this._gameParams, { level: 20 });
|
||||
const params = Object.assign({}, this._gameParams);
|
||||
sm.switchTo(SCENE.GAME, params);
|
||||
},
|
||||
|
||||
handleTouch(eventType, e) {
|
||||
|
||||
Reference in New Issue
Block a user