1
0
Fork 0

Add a new track ReelGoon

This commit is contained in:
ivan tkachenko 2025-10-14 19:00:11 +03:00
parent a5b117e26d
commit 9efe6adaf3
4 changed files with 31 additions and 0 deletions

BIN
Assets/ReelGoonIntro.ogg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Assets/ReelGoonLoop.ogg (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -9,6 +9,7 @@
- Added multiple intro variants for BeefLiver. - Added multiple intro variants for BeefLiver.
- Added a new track BbIXODaHET. - Added a new track BbIXODaHET.
- Added a new track Whistle. Now it can fully replace WhistleJester! - Added a new track Whistle. Now it can fully replace WhistleJester!
- Added a new track ReelGoon.
## MuzikaGromche 1337.420.9004 - Life Support Edition ## MuzikaGromche 1337.420.9004 - Life Support Edition

View File

@ -759,6 +759,30 @@ namespace MuzikaGromche
[-16f, -15.25f, -12f, 9f, 15f, 16f, 18f, 21f], [-16f, -15.25f, -12f, 9f, 15f, 16f, 18f, 21f],
[0f, 0.7f, 0f, 0f, 0.4f, 0.7f, 0.4f, 0f]), [0f, 0.7f, 0f, 0f, 0.4f, 0.7f, 0.4f, 0f]),
}, },
new SelectableAudioTrack
{
Name = "ReelGoon",
AudioType = AudioType.OGGVORBIS,
Language = Language.ENGLISH,
WindUpTimer = 45.15f,
Bars = 16,
BeatsOffset = -0.35f,
ColorTransitionIn = 0.1f,
ColorTransitionOut = 0.35f,
ColorTransitionEasing = Easing.OutExpo,
Palette = Palette.Parse([
"#DE1C31", "#F7E26B", "#3D3D3D", "#FBB040",
"#ED4E4A", "#F0BD37", "#E41E2E", "#2E2D2B",
]),
LoopOffset = 0,
FadeOutBeat = -2,
FadeOutDuration = 2,
FlickerLightsTimeSeries = [-41, 61],
Lyrics = [],
DrunknessLoopOffsetTimeSeries = new(
[-0.5f, -0.05f, 6f, 60f, 61f],
[0f, 0.5f, 0f, 0f, 0.5f]),
},
]; ];
public static ISelectableTrack ChooseTrack() public static ISelectableTrack ChooseTrack()