cutechicken commited on
Commit
43a60cf
·
verified ·
1 Parent(s): f516cbd

Update game.js

Browse files
Files changed (1) hide show
  1. game.js +2 -1
game.js CHANGED
@@ -591,7 +591,8 @@ class Fighter {
591
  if (this.warningAudios.normal && !this.warningAudios.normal.paused) {
592
  this.warningAudios.normal.volume = 0.3 + this.throttle * 0.4; // 0.3~0.7
593
  }
594
- } F키를 놓으면 진행도 감소
 
595
  this.stallEscapeProgress = Math.max(0, this.stallEscapeProgress - deltaTime * 2);
596
  }
597
 
 
591
  if (this.warningAudios.normal && !this.warningAudios.normal.paused) {
592
  this.warningAudios.normal.volume = 0.3 + this.throttle * 0.4; // 0.3~0.7
593
  }
594
+ } //F키를 놓으면 진행도 감소
595
+
596
  this.stallEscapeProgress = Math.max(0, this.stallEscapeProgress - deltaTime * 2);
597
  }
598