hide cursor only when puzzle is loaded already
This commit is contained in:
parent
b6999e4f1f
commit
34fbf05e2f
2 changed files with 2 additions and 1 deletions
|
|
@ -374,6 +374,7 @@ async function main() {
|
|||
fireworks.init(canvas)
|
||||
|
||||
const ctx = canvas.getContext('2d')
|
||||
canvas.classList.add('loaded')
|
||||
|
||||
// initialize some view data
|
||||
// this global data will change according to input events
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue