forked from nikita/muzika-gromche
Add a new track BbIXODaHET
This commit is contained in:
parent
7aa3570b33
commit
01332ab77f
Binary file not shown.
Binary file not shown.
|
|
@ -7,6 +7,7 @@
|
||||||
- Remastered track Song2 to fix cut points.
|
- Remastered track Song2 to fix cut points.
|
||||||
- Shortened intro of track Peretasovka to match vanilla timings.
|
- Shortened intro of track Peretasovka to match vanilla timings.
|
||||||
- Added multiple intro variants for BeefLiver.
|
- Added multiple intro variants for BeefLiver.
|
||||||
|
- Added a new track BbIXODaHET.
|
||||||
|
|
||||||
## MuzikaGromche 1337.420.9004 - Life Support Edition
|
## MuzikaGromche 1337.420.9004 - Life Support Edition
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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()
|
public static ISelectableTrack ChooseTrack()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue