mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 12:05:23 +01:00
Fixed credits music fade in still sometimes occuring
This commit is contained in:
parent
8fcf7d3031
commit
5e0d44d911
@ -180,6 +180,10 @@ namespace NewHorizons.Components
|
||||
}
|
||||
}
|
||||
|
||||
// Override fade in
|
||||
musicSource.Stop();
|
||||
musicSource.Play();
|
||||
|
||||
// Patch scroll duration
|
||||
var creditsScroll = Locator.FindObjectOfType<CreditsScrollSection>();
|
||||
creditsScroll._scrollDuration = gameOver.length;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user