mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 16:19:03 -06:00
Removed debug print statement
This commit is contained in:
parent
bed840f92a
commit
4e66a608bf
@ -75,7 +75,6 @@ end
|
|||||||
function JokerGame:onPieceEnter()
|
function JokerGame:onPieceEnter()
|
||||||
-- The Initial Movement System, pioneered by DTET
|
-- The Initial Movement System, pioneered by DTET
|
||||||
if self.das.frames >= self:getDasLimit() - self:getARR() and self.grid:canPlacePiece(self.piece) then
|
if self.das.frames >= self:getDasLimit() - self:getARR() and self.grid:canPlacePiece(self.piece) then
|
||||||
print("IMS")
|
|
||||||
if self.das.direction == "left" then
|
if self.das.direction == "left" then
|
||||||
for i = 1, 10 do
|
for i = 1, 10 do
|
||||||
local new_piece = self.piece:withOffset({x=-i, y=0})
|
local new_piece = self.piece:withOffset({x=-i, y=0})
|
||||||
|
Loading…
Reference in New Issue
Block a user