fix boss tank cross brick

This commit is contained in:
jakciehan
2026-06-07 22:08:00 +08:00
parent c3a4aa8f15
commit e4140f073f
29 changed files with 2689 additions and 1240 deletions
+4 -1
View File
@@ -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) {