1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-22 17:49:43 +01:00

Change final stretch song to Piercing the Sky

After the dimension destabilizes, the song that plays is Positive Force.
Which has already been played twice in the game at that point (first in
Tower, then in the Gravitron). Since Piercing the Sky is unused, why not
play a song that the player hasn't heard before? It would also be
musically fitting for the scenario.

The song gets played in two places - one for if you have cutscenes
enabled, and one for if you don't - so we just need to change both of
them.

I asked Terry in Discord DMs if he wanted this change and he approved of
it.
This commit is contained in:
Misa 2021-05-16 22:57:36 -07:00 committed by Ethan Lee
parent f31b57a6fc
commit cf51379097
2 changed files with 2 additions and 2 deletions

View file

@ -1472,7 +1472,7 @@ void Game::updatestate(void)
//Init final stretch
state++;
music.playef(9);
music.play(2);
music.play(14);
obj.flags[72] = true;
screenshake = 10;

View file

@ -434,7 +434,7 @@ void scriptclass::loadother(const char* t)
"speak_active",
"endtext",
"play(2)",
"play(14)",
"changemood(player,0)",
"endcutscene()",