Skip to content

Commit c13b2d5

Browse files
committed
Add Background Music
1 parent abfccd4 commit c13b2d5

17 files changed

+91
-15
lines changed

Cargo.lock

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ bevy_ecs_tilemap = { version = "0.7.0", features = ["atlas"] }
3535
bevy_egui = "0.16.1"
3636
bevy_fluent = "0.4.0"
3737
bevy_ggrs = { git = "https://github.com/zicklag/bevy_ggrs.git", branch = "jumpy" }
38-
bevy_kira_audio = { version = "0.12.0", features = ["mp3"] }
38+
bevy_kira_audio = { version = "0.12.0", features = ["ogg"], default-features = false }
3939
bevy_mod_js_scripting = { git = "https://github.com/zicklag/bevy_mod_js_scripting.git", branch = "jumpy" }
4040
bevy_prototype_lyon = "0.6.0"
4141
bevy_tweening = { version = "0.5", default-features = false }

assets/default.game.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ stable_maps:
1818
- map/levels/level2.map.yaml
1919
- map/levels/level3.map.yaml
2020
- map/levels/level4.map.yaml
21+
2122
experimental_maps:
2223
# - map/levels/lev01.map.json # Renamed to Level 1
2324
- map/levels/lev02.map.json
@@ -33,6 +34,17 @@ experimental_maps:
3334
- map/levels/zyrafa05.map.json
3435
# - map/levels/zyrafa06.map.json # Renamed to Level 2
3536

37+
playlist:
38+
- music/across_the_pond.ogg
39+
- music/ahoy!.ogg
40+
- music/bait_the_hook.ogg
41+
- music/fish_and_ships.ogg
42+
- music/fish_bowl.ogg
43+
- music/fish_tide.ogg
44+
- music/fishsticks.ogg
45+
- music/krill_or_be_krilled.ogg
46+
- music/whale_theme.ogg
47+
3648
scripts:
3749
- map/scripts/kill_out_of_bounds.ts
3850
- ui/menu-background-zoom.ts

assets/music/across_the_pond.ogg

2.09 MB
Binary file not shown.

assets/music/ahoy!.ogg

837 KB
Binary file not shown.

assets/music/bait_the_hook.ogg

1.61 MB
Binary file not shown.

assets/music/fish_and_ships.ogg

651 KB
Binary file not shown.

assets/music/fish_bowl.ogg

1.19 MB
Binary file not shown.

assets/music/fish_tide.ogg

855 KB
Binary file not shown.

assets/music/fishsticks.ogg

1.43 MB
Binary file not shown.

0 commit comments

Comments
 (0)