|
@ -51,7 +51,7 @@ function addHash() { |
|
|
function test() { |
|
|
function test() { |
|
|
document.addEventListener('click', () => { |
|
|
document.addEventListener('click', () => { |
|
|
if (!isDemo) return; |
|
|
if (!isDemo) return; |
|
|
main.play(0); |
|
|
main.play(config.config.directions[config.currentTimes]); |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
test(); |
|
|
test(); |
|
|