Forgot to set guideline SRS to always rotate
parent
44e4d00172
commit
d350b25726
|
@ -100,6 +100,6 @@ function SRS:onPieceRotate(piece, grid)
|
|||
end
|
||||
end
|
||||
|
||||
function SRS:canPieceRotate() end
|
||||
function SRS:canPieceRotate() return true end
|
||||
|
||||
return SRS
|
||||
|
|
Loading…
Reference in New Issue