diff --git a/README.md b/README.md index 0d7b151..03ee8fa 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ cargo run --release - https://pixabay.com/sound-effects/high-energy-humming-195612 - https://pixabay.com/sound-effects/box-crash-106687 - https://pixabay.com/sound-effects/electric-fan-motor-blades-removed-13169 -- Music: [Dead Space Style Ambient Music](https://pixabay.com/music/ambient-dead-space-style-ambient-music-184793) by [Sharvarian](https://www.fiverr.com/sharvarian), [Pixabay Content License](https://pixabay.com/service/license-summary) +- Music: [Cinematic Cello](https://pixabay.com/music/build-up-scenes-cinematic-cello-115667) by [Aleksey Chistilin](https://pixabay.com/users/lexin_music-28841948/), [Pixabay Content License](https://pixabay.com/service/license-summary) - Star chart based on the [HYG Stellar database](https://github.com/astronexus/HYG-Database) - Font Yupiter-Regular.ttf is placed under the SIL OPEN FONT LICENSE Version 1.1 and is based on: - Noto Sans Symbols 2, Copyright 2022 The Noto Project Authors (https://github.com/notofonts/symbols) diff --git a/assets/music/Aleksey Chistilin - Cinematic Cello.ogg b/assets/music/Aleksey Chistilin - Cinematic Cello.ogg new file mode 100644 index 0000000..9f790d1 Binary files /dev/null and b/assets/music/Aleksey Chistilin - Cinematic Cello.ogg differ diff --git a/assets/music/dead-space-style-ambient-music.ogg b/assets/music/dead-space-style-ambient-music.ogg deleted file mode 100644 index 9e4366f..0000000 Binary files a/assets/music/dead-space-style-ambient-music.ogg and /dev/null differ diff --git a/src/audio.rs b/src/audio.rs index d09c0a0..2d957b7 100644 --- a/src/audio.rs +++ b/src/audio.rs @@ -7,7 +7,7 @@ const ASSET_SWITCH: &str = "sounds/typosonic-typing-192811-crop.ogg"; const ASSET_INCOMING_MESSAGE: &str = "sounds/connect.ogg"; const ASSET_PING: &str = "sounds/connect.ogg"; const ASSET_CONNECT: &str = "sounds/connect.ogg"; -const ASSET_BGM: &str = "music/dead-space-style-ambient-music.ogg"; +const ASSET_BGM: &str = "music/Aleksey Chistilin - Cinematic Cello.ogg"; const ASSET_THRUSTER: &str = "sounds/thruster.ogg"; const ASSET_ROCKET: &str = "sounds/rocket.ogg"; const ASSET_ION: &str = "sounds/ion.ogg";