fix: address issue with nonplaying sound and delay
This commit is contained in:
@@ -76,7 +76,7 @@ class Piece(Entity):
|
||||
|
||||
# TODO should be private
|
||||
def play_piece_set_sound(self) -> None:
|
||||
piece_set_sound_file = ConfigurationManager.configuration["sound"]["rpiece-set"]
|
||||
piece_set_sound_file = ConfigurationManager.configuration["sound"]["piece-set"]
|
||||
self.piece_set_sound.play(mixer.Sound(piece_set_sound_file))
|
||||
|
||||
def __get_points(self, shape: Tuple, position: Tuple) -> List:
|
||||
|
||||
Reference in New Issue
Block a user