mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 17:09:02 -06:00
Removed random orientations from Shirase, for now
This commit is contained in:
parent
8b15e2dd5e
commit
520f553e6a
@ -4,7 +4,6 @@ local Shirase = SRS:extend()
|
|||||||
|
|
||||||
Shirase.name = "Shirase RS"
|
Shirase.name = "Shirase RS"
|
||||||
Shirase.hash = "Shirase"
|
Shirase.hash = "Shirase"
|
||||||
Shirase.world = false
|
|
||||||
|
|
||||||
Shirase.colourscheme = {
|
Shirase.colourscheme = {
|
||||||
I = "R",
|
I = "R",
|
||||||
@ -65,8 +64,4 @@ function Shirase:onPieceDrop(piece) piece.lock_delay = 0 end
|
|||||||
function Shirase:onPieceMove(piece) piece.lock_delay = 0 end
|
function Shirase:onPieceMove(piece) piece.lock_delay = 0 end
|
||||||
function Shirase:onPieceRotate(piece) piece.lock_delay = 0 end
|
function Shirase:onPieceRotate(piece) piece.lock_delay = 0 end
|
||||||
|
|
||||||
function Shirase:getDefaultOrientation()
|
|
||||||
return math.random(4)
|
|
||||||
end
|
|
||||||
|
|
||||||
return Shirase
|
return Shirase
|
Loading…
Reference in New Issue
Block a user