forked from nikita/muzika-gromche
add new track HighLow
This commit is contained in:
parent
76189c6ad2
commit
c1d91839e4
Binary file not shown.
Binary file not shown.
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
## MuzikaGromche 1337.9001.2
|
## MuzikaGromche 1337.9001.2
|
||||||
|
|
||||||
|
- Added a new track HighLow
|
||||||
|
|
||||||
## MuzikaGromche 1337.9001.1 - v73 Music louder Edition
|
## MuzikaGromche 1337.9001.1 - v73 Music louder Edition
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -850,6 +850,35 @@ namespace MuzikaGromche
|
||||||
[0f, 0.5f, 0f, 0f, 0.5f]),
|
[0f, 0.5f, 0f, 0f, 0.5f]),
|
||||||
GameOverText = "[LIFE SUPPORT: REAL GONE]",
|
GameOverText = "[LIFE SUPPORT: REAL GONE]",
|
||||||
},
|
},
|
||||||
|
new SelectableAudioTrack
|
||||||
|
{
|
||||||
|
Name = "HighLow",
|
||||||
|
AudioType = AudioType.OGGVORBIS,
|
||||||
|
Language = Language.ENGLISH,
|
||||||
|
WindUpTimer = 37.12f,
|
||||||
|
Bars = 12,
|
||||||
|
BeatsOffset = 0f,
|
||||||
|
ColorTransitionIn = 0.75f,
|
||||||
|
ColorTransitionOut = 0.25f,
|
||||||
|
ColorTransitionEasing = Easing.OutExpo,
|
||||||
|
Palette = Palette.Parse([
|
||||||
|
"#2e2e28", "#dfa24d", "#2e2e28", "#dfa24d",
|
||||||
|
"#2e2e28", "#dfa24d", "#2e2e28", "#dfa24d",
|
||||||
|
]),
|
||||||
|
LoopOffset = 0,
|
||||||
|
FadeOutBeat = -1.5f,
|
||||||
|
FadeOutDuration = 1.5f,
|
||||||
|
FlickerLightsTimeSeries = [-33, 39],
|
||||||
|
Lyrics = [
|
||||||
|
],
|
||||||
|
DrunknessLoopOffsetTimeSeries = new(
|
||||||
|
[-2f, -1f, 6f],
|
||||||
|
[ 0f, 0.5f, 0f]),
|
||||||
|
CondensationLoopOffsetTimeSeries = new(
|
||||||
|
[-2f, -1f, 6f],
|
||||||
|
[ 0f, 0.5f, 0f]),
|
||||||
|
GameOverText = "[LIFE SUPORT: NIRVANA]",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
public static ISelectableTrack ChooseTrack()
|
public static ISelectableTrack ChooseTrack()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue