fix held piece texture on lock

This commit is contained in:
Adrien MALINGREY 2019-10-09 00:18:40 +02:00
parent 250e79c458
commit f5cfb2221f

View File

@ -487,6 +487,7 @@ AGAIN""".format(
held_piece.coord = HELD_PIECE_COORD
if type(held_piece) == I_Tetrimino:
held_piece.coord += Movement.LEFT
held_piece.sprites.set_texture(Texture.NORMAL)
held_piece.sprites.update()
def on_pause(self):