refactor(drop-and-fusion): some refactors
This commit is contained in:
parent
6177fcb2f5
commit
7b0f5b50fc
2 changed files with 10 additions and 8 deletions
|
|
@ -852,7 +852,7 @@ function attachGameEvents() {
|
|||
if (!isGameOver.value) {
|
||||
dropReady.value = true;
|
||||
}
|
||||
}, game.DROP_INTERVAL);
|
||||
}, game.frameToMs(game.DROP_COOLTIME));
|
||||
});
|
||||
|
||||
game.addListener('fusioned', (x, y, nextMono, scoreDelta) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue