Skip to content

Commit

Permalink
Remove music track 6 from the resource (it is intended to be re-used)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiddiLeija committed May 28, 2024
1 parent 476942d commit f768de5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Binary file modified resource.pyxres
Binary file not shown.
5 changes: 0 additions & 5 deletions src/characters.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,6 @@ def update(self):
if self.y >= (self.yzero + 120):
# We fell down!
self.alive = False
if not self.alive:
pyxel.playm(6)

def draw(self):
"Draw the character."
Expand Down Expand Up @@ -643,9 +641,6 @@ def update_template(self):
self.lost = True
self.finished = True
self.startup()
# TODO: replace ASAP current track 6 (death sound)
# to another level track (or a scenes track)
# pyxel.playm(6)
self.nextlevel = "death"
return
for e in self.enemies:
Expand Down

0 comments on commit f768de5

Please sign in to comment.