mirror of
https://github.com/BreizhHardware/project_sanic.git
synced 2026-01-18 16:47:25 +01:00
EASTER EGG DO NOT READ THIS COMMIT
This commit is contained in:
BIN
assets/sound/execuse_me.mp3
Normal file
BIN
assets/sound/execuse_me.mp3
Normal file
Binary file not shown.
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user