Add new track OnePartiyaUdar
This commit is contained in:
parent
852d866073
commit
c6b128270f
Binary file not shown.
Binary file not shown.
|
@ -2,6 +2,7 @@
|
|||
|
||||
## MuzikaGromche 1337.420.9002
|
||||
|
||||
- Added a new track OnePartiyaUdar in Japanese language.
|
||||
|
||||
## MuzikaGromche 1337.420.9001 - Multiverse Edition
|
||||
|
||||
|
|
|
@ -565,6 +565,26 @@ namespace MuzikaGromche
|
|||
},
|
||||
],
|
||||
},
|
||||
new SelectableAudioTrack
|
||||
{
|
||||
Name = "OnePartiyaUdar",
|
||||
AudioType = AudioType.OGGVORBIS,
|
||||
Language = Language.JAPANESE,
|
||||
WindUpTimer = 41.27f,
|
||||
Bars = 12,
|
||||
BeatsOffset = 0.3f,
|
||||
ColorTransitionIn = 0.6f,
|
||||
ColorTransitionOut = 0.15f,
|
||||
ColorTransitionEasing = Easing.InOutExpo,
|
||||
Palette = Palette.Parse([
|
||||
"#9C3C37", "#E9BF5C", "#B5E3EA", "#662422", "#EBC3A8", "#AA8238",
|
||||
]),
|
||||
LoopOffset = 0,
|
||||
FadeOutBeat = -8,
|
||||
FadeOutDuration = 6,
|
||||
FlickerLightsTimeSeries = [-68.5f, -16.5f, 30.5f],
|
||||
Lyrics = [],
|
||||
},
|
||||
];
|
||||
|
||||
public static ISelectableTrack ChooseTrack()
|
||||
|
@ -715,6 +735,7 @@ namespace MuzikaGromche
|
|||
public static readonly Language ENGLISH = new("EN", "English");
|
||||
public static readonly Language RUSSIAN = new("RU", "Russian");
|
||||
public static readonly Language KOREAN = new("KO", "Korean");
|
||||
public static readonly Language JAPANESE = new("JP", "Japanese");
|
||||
public static readonly Language HINDI = new("HI", "Hindi");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue