Aggiorna la gestione della finestra di gioco, modifica la dimensione e il ritardo di rendering, e cambia il suono della bomba

This commit is contained in:
2024-12-22 01:05:21 +01:00
parent acbd943b27
commit 0c47d52bbc
3 changed files with 22 additions and 10 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ class MiceMaze:
elif key == "Right":
self.scroll_cursor(x=1)
elif key == "Space":
self.play_sound("BOMB.wav")
self.play_sound("PUTDOWN.WAV")
self.spawn_bomb(self.pointer)
def scroll_cursor(self, x=0, y=0):