improve Dais for Taiko Force Lv5

This commit is contained in:
purerosefallen
2020-02-27 22:50:54 +08:00
parent 09c212df8b
commit 2ab0de9644
3 changed files with 12 additions and 2 deletions

View File

@@ -60,6 +60,7 @@ class Controller{
this.view = new View(this)
this.mekadon = new Mekadon(this, this.game)
this.keyboard = new GameInput(this)
this.TaikoForceLv5 = this.keyboard.keyboard.TaikoForceLv5 && !autoPlayEnabled && (this.multiplayer !== 2);
this.drumSounds = settings.getItem("latency").drumSounds
this.playedSounds = {}