camera init position
This commit is contained in:
@@ -271,7 +271,7 @@ class Tetromino extends THREE.Group {
|
||||
} else {
|
||||
scheduler.resetTimeout(this.onLockDown, this.lockDelay)
|
||||
this.locking = true
|
||||
this.parent?.ghost.visible = false
|
||||
this.parent.ghost.visible = false
|
||||
}
|
||||
return true
|
||||
} else if (translation == TRANSLATION.DOWN) {
|
||||
|
||||
Reference in New Issue
Block a user