mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2025-05-13 20:21:24 -05:00
v0.3-beta5
This commit is contained in:
@@ -41,10 +41,6 @@ RandomPieces.big_spawn_positions = {
|
||||
{ x=2, y=3 }
|
||||
}
|
||||
|
||||
RandomPieces.draw_offsets = {
|
||||
{ x=0, y=0 }
|
||||
}
|
||||
|
||||
RandomPieces.next_sounds = {
|
||||
"O"
|
||||
}
|
||||
|
||||
@@ -100,6 +100,7 @@ function Tetra:onPieceCreate(piece) piece.lowest_y = -math.huge end
|
||||
function Tetra:onPieceDrop(piece) self:checkNewLow(piece) end
|
||||
function Tetra:onPieceMove() end
|
||||
function Tetra:onPieceRotate() end
|
||||
function Tetra:canPieceRotate() return true end
|
||||
function Tetra:get180RotationValue() return 2 end
|
||||
|
||||
return Tetra
|
||||
|
||||
Reference in New Issue
Block a user