mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-19 04:19:30 +08:00
修复困难bug
This commit is contained in:
parent
b0086f8dfb
commit
2d8f4ebe7c
@ -131,7 +131,7 @@ async function clickStartButton(id: string) {
|
||||
if (id === 'easy' || id === 'hard-hard') {
|
||||
start.style.opacity = '0';
|
||||
await sleep(600);
|
||||
core.startGame(id);
|
||||
core.startGame(id === 'easy' ? 'easy' : 'hard');
|
||||
}
|
||||
if (id === 'load-game') {
|
||||
core.dom.gameGroup.style.display = 'block';
|
||||
|
Loading…
Reference in New Issue
Block a user