1
0
Fork 0

Add a new track BbIXODaHET

This commit is contained in:
ivan tkachenko 2025-10-12 05:56:37 +03:00
parent 7aa3570b33
commit 01332ab77f
4 changed files with 30 additions and 0 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -7,6 +7,7 @@
- Remastered track Song2 to fix cut points.
- Shortened intro of track Peretasovka to match vanilla timings.
- Added multiple intro variants for BeefLiver.
- Added a new track BbIXODaHET.
## MuzikaGromche 1337.420.9004 - Life Support Edition

View File

@ -688,6 +688,29 @@ namespace MuzikaGromche
},
],
},
new SelectableAudioTrack
{
Name = "BbIXODaHET",
AudioType = AudioType.OGGVORBIS,
Language = Language.RUSSIAN,
WindUpTimer = 40.85f,
Bars = 8,
BeatsOffset = 0.3f,
ColorTransitionIn = 0.7f,
ColorTransitionOut = 0.3f,
ColorTransitionEasing = Easing.InOutCubic,
Palette = Palette.Parse([
"#E6D58F", "#612F7E", "#D9783F", "#C3411C", "#D3B742", "#549BDE",
]),
LoopOffset = 0,
FadeOutBeat = -6,
FadeOutDuration = 6,
FlickerLightsTimeSeries = [-32.5f, -16.5f, 30.5f],
Lyrics = [],
DrunknessLoopOffsetTimeSeries = new(
[-1, 2, 7, 31],
[0, 0.4f, 0, 0]),
},
];
public static ISelectableTrack ChooseTrack()