grab cursor
This commit is contained in:
parent
2065cfa550
commit
6cc1894267
2
app.js
2
app.js
@ -1016,7 +1016,7 @@ function resume(event) {
|
|||||||
music.play()
|
music.play()
|
||||||
}
|
}
|
||||||
|
|
||||||
renderer.domElement.style.cursor = "none"
|
renderer.domElement.style.cursor = "grab"
|
||||||
|
|
||||||
if (piece) scheduler.setInterval(fall, stats.fallPeriod)
|
if (piece) scheduler.setInterval(fall, stats.fallPeriod)
|
||||||
else generate()
|
else generate()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user