first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// BattlePassScene - DEPRECATED (removed in monetization-lite)
|
||||
const { SCENE } = require('../base/GameGlobal');
|
||||
const BattlePassScene = {
|
||||
enter() {
|
||||
// Redirect to menu since battle pass is removed
|
||||
GameGlobal.sceneManager.switchTo(SCENE.MENU);
|
||||
},
|
||||
exit() {},
|
||||
update() {},
|
||||
render() {},
|
||||
handleTouch() {},
|
||||
};
|
||||
module.exports = BattlePassScene;
|
||||
Reference in New Issue
Block a user