Skip to content

Commit

Permalink
qweasd 난이도 하향
Browse files Browse the repository at this point in the history
  • Loading branch information
woojin065 committed Jan 13, 2024
1 parent d6fbfd6 commit 002603a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game-server/src/main/resources/static/qweasd.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
if (currentIndex === currentSequence.length) {
difine=5;
currentIndex = 0;
defaultTime = 8 - Math.log(score) * 1.4; // 시간을 초기화합니다.
defaultTime = 8 - Math.log(score) * 1.6; // 시간을 초기화합니다.
timeLeft = defaultTime;
generateSequence(); // 새로운 문자 시퀀스 생성
}
Expand Down

0 comments on commit 002603a

Please sign in to comment.