forked from nikita/muzika-gromche
Add new track Paarden
This commit is contained in:
parent
c4c1919df6
commit
da86ca6a2d
Binary file not shown.
Binary file not shown.
|
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
- Remastered recently added track IkWilJe using a higher quality source audio and better fitting visual effects.
|
- Remastered recently added track IkWilJe using a higher quality source audio and better fitting visual effects.
|
||||||
- Adjusted lyrics for PWNED (can't believe it missed an obvious joke).
|
- Adjusted lyrics for PWNED (can't believe it missed an obvious joke).
|
||||||
|
- Added a new track Paarden.
|
||||||
|
|
||||||
## MuzikaGromche 1337.9001.3 - v73 Happy New Year Edition
|
## MuzikaGromche 1337.9001.3 - v73 Happy New Year Edition
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -904,6 +904,31 @@ namespace MuzikaGromche
|
||||||
[0f, 0.5f, 0f]),
|
[0f, 0.5f, 0f]),
|
||||||
GameOverText = "[NEXT YEAR -- DEFINITELY]",
|
GameOverText = "[NEXT YEAR -- DEFINITELY]",
|
||||||
},
|
},
|
||||||
|
new SelectableAudioTrack
|
||||||
|
{
|
||||||
|
Name = "Paarden",
|
||||||
|
AudioType = AudioType.OGGVORBIS,
|
||||||
|
Language = Language.RUSSIAN,
|
||||||
|
WindUpTimer = 36.12f,
|
||||||
|
Bars = 8,
|
||||||
|
BeatsOffset = 0f,
|
||||||
|
ColorTransitionIn = 0.25f,
|
||||||
|
ColorTransitionOut = 0.4f,
|
||||||
|
ColorTransitionEasing = Easing.OutCubic,
|
||||||
|
Palette = Palette.Parse([
|
||||||
|
"#F0FBFF", "#9ED9FF", "#0B95FF",
|
||||||
|
"#66C7FF", "#CAE8FF", "#3BB6FF",
|
||||||
|
]),
|
||||||
|
LoopOffset = 0,
|
||||||
|
FadeOutBeat = -4f,
|
||||||
|
FadeOutDuration = 4f,
|
||||||
|
FlickerLightsTimeSeries = [31.5f],
|
||||||
|
Lyrics = [],
|
||||||
|
DrunknessLoopOffsetTimeSeries = new(
|
||||||
|
[0f, 0.25f, 6f],
|
||||||
|
[0f, 0.5f, 0f]),
|
||||||
|
GameOverText = "[NEXT YEAR -- DEFINITELY]",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
public static ISelectableTrack ChooseTrack()
|
public static ISelectableTrack ChooseTrack()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue