fix held piece texture on lock
This commit is contained in:
parent
250e79c458
commit
f5cfb2221f
@ -487,6 +487,7 @@ AGAIN""".format(
|
|||||||
held_piece.coord = HELD_PIECE_COORD
|
held_piece.coord = HELD_PIECE_COORD
|
||||||
if type(held_piece) == I_Tetrimino:
|
if type(held_piece) == I_Tetrimino:
|
||||||
held_piece.coord += Movement.LEFT
|
held_piece.coord += Movement.LEFT
|
||||||
|
held_piece.sprites.set_texture(Texture.NORMAL)
|
||||||
held_piece.sprites.update()
|
held_piece.sprites.update()
|
||||||
|
|
||||||
def on_pause(self):
|
def on_pause(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user