Rimuovi parametri non necessari dalla riproduzione audio e semplifica la gestione delle posizioni del testo
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ class KeyBindings:
|
||||
elif key in keybindings.get("scroll_right", []):
|
||||
self.start_scrolling("Right")
|
||||
elif key in keybindings.get("spawn_bomb", []):
|
||||
self.play_sound("PUTDOWN.WAV", tag="effects")
|
||||
self.play_sound("PUTDOWN.WAV")
|
||||
self.spawn_bomb(self.pointer)
|
||||
elif key in keybindings.get("pause", []):
|
||||
self.game_status = "paused" if self.game_status == "game" else "game"
|
||||
|
||||
Reference in New Issue
Block a user