Kaynağa Gözat

Finish songless levels

Thomas Dy 6 yıl önce
ebeveyn
işleme
dbec961c41
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      src/game/typing.ts

+ 4 - 0
src/game/typing.ts

@@ -235,6 +235,10 @@ namespace game {
       }
       if (this.context.track !== null) {
         this.setWaiting(true);
+      } else {
+        if (this.currentIndex >= this.lines.length) {
+          this.finish();
+        }
       }
     }