Added a new death theme: Sleeping With Androids.

This also removes RE.ogg and reremix.ogg as they are no longer needed.
This commit is contained in:
Layla Marchant 2021-07-26 16:36:25 -04:00
parent 0d325f0726
commit bc4a022db8
No known key found for this signature in database
GPG Key ID: 52FB5C20A8336782
9 changed files with 3 additions and 22 deletions

View File

@ -599,6 +599,7 @@ Details: Tuned down 5 half-notes.
------------------------------------------------------------------------
music/android_oppression.ogg
music/sleeping_with_androids.ogg
Author: The Diligent Circle <https://onpon4.github.io>
License: CC0 <http://creativecommons.org/publicdomain/zero/1.0/>
@ -675,15 +676,6 @@ Source: http://opengameart.org/content/last-cyber-dance
------------------------------------------------------------------------
music/RE.ogg
Author: WeskerHunter <http://redeclipse.net/forum/viewtopic.php?f=5&t=26>
License: CC BY-SA 3.0 <http://creativecommons.org/licenses/by-sa/3.0/>
Source: http://opengameart.org/content/fast-high-music
Changes: Amplified -1 dB and slowed down 5% with Audacity
------------------------------------------------------------------------
music/first_cyber_dance.ogg
Authors:
@ -695,15 +687,6 @@ Details:
------------------------------------------------------------------------
music/reremix.ogg
Author: The Diligent Circle <https://onpon4.github.io>
License: CC BY-SA 4.0 <https://creativecommons.org/licenses/by-sa/4.0/>
Details:
Remix of RE.ogg. RE.ogg is composed by WeskerHunter.
------------------------------------------------------------------------
music/rise_of_spirit.ogg
Author: Alexandr Zhelanov <https://soundcloud.com/alexandr-zhelanov>

View File

@ -51,7 +51,6 @@
020 tgfcoder
020 JunglistMilitia
020 neocrey
020 WeskerHunter
020 The Diligent Circle
020 Sweetpea
020 Alexandr Zhelanov

View File

@ -13,9 +13,8 @@ nobase_dist_music_DATA = \
last_cyber_dance.ogg \
orbital_colossus.ogg \
railjet_short.ogg \
RE.ogg \
reremix.ogg \
rise_of_spirit.ogg \
sleeping_with_androids.ogg \
sound_and_silence.ogg \
space_dimensions.ogg \
through_space.ogg

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -2455,7 +2455,7 @@ static void game_showGameOver()
#ifdef OLD_MUSIC
audio_playMusic("music/Wybierak.mod", -1);
#else
audio_playMusic("music/reremix.ogg", -1);
audio_playMusic("music/sleeping_with_androids.ogg", 0);
#endif
int x = (screen->w - gameover->w) / 2;