xen-42 53d20525bd
Added feature for custom credits music and scroll length (#1073)
Built a new feature to specify custom credits audio and scroll length
within GameOverModule.

- Added new creditsType: "custom"
- Added "audio", "audioVolume", "audioLooping", and "length" to
GameOverModule, which only work with custom creditsType.

Some code notes:
- I needed to bring an IModBehaviour down into
NHGameOverManager.LoadCreditsScene() to patch in the custom audio clip,
so there are some changes in other files to get it there. If there's a
better way to do this, let me know :)
2025-04-08 12:01:35 -04:00
..
2025-03-01 15:47:58 -05:00
2025-03-13 22:27:48 -04:00
2025-02-17 14:26:26 -05:00
2025-03-07 07:57:05 -05:00
2025-02-15 18:35:24 -08:00
2025-02-17 14:26:26 -05:00