change BGM to "Cinematic Cello" by Aleksey Chistilin
This commit is contained in:
parent
8884999074
commit
85a404e49a
|
@ -174,7 +174,7 @@ cargo run --release
|
||||||
- https://pixabay.com/sound-effects/high-energy-humming-195612
|
- https://pixabay.com/sound-effects/high-energy-humming-195612
|
||||||
- https://pixabay.com/sound-effects/box-crash-106687
|
- https://pixabay.com/sound-effects/box-crash-106687
|
||||||
- https://pixabay.com/sound-effects/electric-fan-motor-blades-removed-13169
|
- 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)
|
- 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:
|
- 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)
|
- Noto Sans Symbols 2, Copyright 2022 The Noto Project Authors (https://github.com/notofonts/symbols)
|
||||||
|
|
BIN
assets/music/Aleksey Chistilin - Cinematic Cello.ogg
Normal file
BIN
assets/music/Aleksey Chistilin - Cinematic Cello.ogg
Normal file
Binary file not shown.
Binary file not shown.
|
@ -7,7 +7,7 @@ const ASSET_SWITCH: &str = "sounds/typosonic-typing-192811-crop.ogg";
|
||||||
const ASSET_INCOMING_MESSAGE: &str = "sounds/connect.ogg";
|
const ASSET_INCOMING_MESSAGE: &str = "sounds/connect.ogg";
|
||||||
const ASSET_PING: &str = "sounds/connect.ogg";
|
const ASSET_PING: &str = "sounds/connect.ogg";
|
||||||
const ASSET_CONNECT: &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_THRUSTER: &str = "sounds/thruster.ogg";
|
||||||
const ASSET_ROCKET: &str = "sounds/rocket.ogg";
|
const ASSET_ROCKET: &str = "sounds/rocket.ogg";
|
||||||
const ASSET_ION: &str = "sounds/ion.ogg";
|
const ASSET_ION: &str = "sounds/ion.ogg";
|
||||||
|
|
Loading…
Reference in a new issue