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:
parent
0d325f0726
commit
bc4a022db8
19
LICENSES
19
LICENSES
|
@ -599,6 +599,7 @@ Details: Tuned down 5 half-notes.
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
music/android_oppression.ogg
|
music/android_oppression.ogg
|
||||||
|
music/sleeping_with_androids.ogg
|
||||||
|
|
||||||
Author: The Diligent Circle <https://onpon4.github.io>
|
Author: The Diligent Circle <https://onpon4.github.io>
|
||||||
License: CC0 <http://creativecommons.org/publicdomain/zero/1.0/>
|
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
|
music/first_cyber_dance.ogg
|
||||||
|
|
||||||
Authors:
|
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
|
music/rise_of_spirit.ogg
|
||||||
|
|
||||||
Author: Alexandr Zhelanov <https://soundcloud.com/alexandr-zhelanov>
|
Author: Alexandr Zhelanov <https://soundcloud.com/alexandr-zhelanov>
|
||||||
|
|
|
@ -51,7 +51,6 @@
|
||||||
020 tgfcoder
|
020 tgfcoder
|
||||||
020 JunglistMilitia
|
020 JunglistMilitia
|
||||||
020 neocrey
|
020 neocrey
|
||||||
020 WeskerHunter
|
|
||||||
020 The Diligent Circle
|
020 The Diligent Circle
|
||||||
020 Sweetpea
|
020 Sweetpea
|
||||||
020 Alexandr Zhelanov
|
020 Alexandr Zhelanov
|
||||||
|
|
|
@ -13,9 +13,8 @@ nobase_dist_music_DATA = \
|
||||||
last_cyber_dance.ogg \
|
last_cyber_dance.ogg \
|
||||||
orbital_colossus.ogg \
|
orbital_colossus.ogg \
|
||||||
railjet_short.ogg \
|
railjet_short.ogg \
|
||||||
RE.ogg \
|
|
||||||
reremix.ogg \
|
|
||||||
rise_of_spirit.ogg \
|
rise_of_spirit.ogg \
|
||||||
|
sleeping_with_androids.ogg \
|
||||||
sound_and_silence.ogg \
|
sound_and_silence.ogg \
|
||||||
space_dimensions.ogg \
|
space_dimensions.ogg \
|
||||||
through_space.ogg
|
through_space.ogg
|
||||||
|
|
BIN
music/RE.ogg
BIN
music/RE.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -2455,7 +2455,7 @@ static void game_showGameOver()
|
||||||
#ifdef OLD_MUSIC
|
#ifdef OLD_MUSIC
|
||||||
audio_playMusic("music/Wybierak.mod", -1);
|
audio_playMusic("music/Wybierak.mod", -1);
|
||||||
#else
|
#else
|
||||||
audio_playMusic("music/reremix.ogg", -1);
|
audio_playMusic("music/sleeping_with_androids.ogg", 0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int x = (screen->w - gameover->w) / 2;
|
int x = (screen->w - gameover->w) / 2;
|
||||||
|
|
Loading…
Reference in New Issue