forked from nikita/muzika-gromche
Add track Chereshnya with custom palette and timings
This commit is contained in:
parent
9be9eaaf80
commit
ed8804b7a7
Binary file not shown.
Binary file not shown.
|
@ -184,6 +184,22 @@ namespace MuzikaGromche
|
|||
ColorTransitionEasing = Easing.OutExpo,
|
||||
Palette = Palette.Parse(["#C0402D", "#906F0B", "#DC8044", "#70190A", "#929FAF", "#4248A2", "#AE2727", "#2D2D42"]),
|
||||
},
|
||||
new Track
|
||||
{
|
||||
Name = "Chereshnya",
|
||||
AudioType = AudioType.OGGVORBIS,
|
||||
Language = Language.RUSSIAN,
|
||||
WindUpTimer = 45.58f,
|
||||
Bars = 16,
|
||||
BeatsOffset = 0.0f,
|
||||
ColorTransitionIn = 0.3f,
|
||||
ColorTransitionOut = 0.35f,
|
||||
ColorTransitionEasing = Easing.InOutCubic,
|
||||
Palette = Palette.Parse([
|
||||
"#A01471", "#CB2243", "#4CAF50", "#F01D7A", "#AF005A", "#EF355F", "#FFD85D", "#FF66B2",
|
||||
"#A01471", "#4CAF50", "#CB2243", "#F01D7A", "#AF005A", "#FFD85D", "#EF355F", "#FF66B2",
|
||||
]),
|
||||
},
|
||||
];
|
||||
|
||||
public static Track ChooseTrack()
|
||||
|
|
Loading…
Reference in New Issue