Skip to content

Commit

Permalink
Music rewrite (part 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiddiLeija committed Sep 5, 2024
1 parent ea3e10d commit fbf8188
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified resource.pyxres
Binary file not shown.
2 changes: 1 addition & 1 deletion savedata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"level": "intro", "saved_coins": 121}
{"level": "intro", "saved_coins": 0}
2 changes: 1 addition & 1 deletion src/scenes.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

class BaseScene(BaseLevel):
"A subclass of levels, that focus on dialogs rather than real gameplay"
music_vol = 5 # TODO: Don't use the same music than the Menu, compose a new track instead!
music_vol = 6
scenes = list() # list of elements to show for each "click" in the story
sno = 0 # scene number, increases on each click
boxcol1 = 0 # Color of the dialog box (interior)
Expand Down

0 comments on commit fbf8188

Please sign in to comment.