ソースを参照

Finish songless levels

Thomas Dy 6 年 前
コミット
dbec961c41
1 ファイル変更4 行追加0 行削除
  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();
+        }
       }
     }