fix no alpha change on lock
This commit is contained in:
parent
ab8afe6fdd
commit
ecd2915b12
@ -278,8 +278,8 @@ class TetrArcade(tetrislogic.TetrisLogic, arcade.Window):
|
||||
|
||||
def lock(self):
|
||||
self.current.sprites.refresh()
|
||||
super().lock()
|
||||
self.current.sprites.set_alpha(NORMAL_ALPHA)
|
||||
super().lock()
|
||||
|
||||
def on_key_press(self, key, modifiers):
|
||||
for key_or_modifier in (key, modifiers):
|
||||
|
Loading…
x
Reference in New Issue
Block a user