refactor(drop-and-fusion): some refactors

This commit is contained in:
syuilo
2024-01-13 12:00:12 +09:00
parent 6177fcb2f5
commit 7b0f5b50fc
2 changed files with 10 additions and 8 deletions

View File

@@ -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) => {