Add Don-chan

This commit is contained in:
LoveEevee
2018-09-14 01:55:23 +03:00
parent a8b05df75e
commit 1d0fc88374
7 changed files with 167 additions and 11 deletions

View File

@@ -19,8 +19,6 @@ class Mekadon{
miss(circle){
var currentMs = circle.getMS() - this.controller.getElapsedTime().ms
if(0 > currentMs - 10){
circle.updateStatus(-1)
circle.played(0)
this.controller.displayScore(0, true)
this.game.updateCurrentCircle()
this.game.updateCombo(0)