EASTER EGG DO NOT READ THIS COMMIT

This commit is contained in:
2025-04-10 23:16:41 +02:00
parent 605dd9b7e9
commit fe2da6f6ca
2 changed files with 2 additions and 0 deletions

BIN
assets/sound/execuse_me.mp3 Normal file

Binary file not shown.

View File

@@ -154,6 +154,8 @@ class Enemy(Entity):
if self.attack_timer >= self.attack_interval:
self.attack_timer = 0
# Easter egg sound
pygame.mixer.Sound("assets/sound/execuse_me.mp3").play()
self.attack(player)
def attack(self, player):