heldPiece
This commit is contained in:
parent
e588d966c8
commit
80a9b6f7a2
4
app.js
4
app.js
@ -650,9 +650,9 @@ let playerActions = {
|
|||||||
matrix.piece.holdEnabled = false
|
matrix.piece.holdEnabled = false
|
||||||
matrix.piece.locked = false
|
matrix.piece.locked = false
|
||||||
matrix.piece.orientation = ORIENTATION.NORTH
|
matrix.piece.orientation = ORIENTATION.NORTH
|
||||||
let piece = holdQueue.piece
|
let heldPiece = holdQueue.piece
|
||||||
holdQueue.piece = matrix.piece
|
holdQueue.piece = matrix.piece
|
||||||
generate(piece)
|
generate(heldPiece)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user