Update terminis.py
This commit is contained in:
parent
5af762e9ea
commit
4b6847f8b1
@ -213,7 +213,7 @@ class Tetromino:
|
||||
|
||||
def fall(self):
|
||||
self.fall_timer = self.scheduler.enter(self.fall_delay, 2, self.fall, tuple())
|
||||
return self.move(Movement.DOWN)
|
||||
self.move(Movement.DOWN)
|
||||
|
||||
def locking(self):
|
||||
if not self.lock_timer:
|
||||
|
Loading…
x
Reference in New Issue
Block a user