Add track Peretasovka with custom palette and timings
This commit is contained in:
parent
b86c50a848
commit
38cfb5f5e7
Binary file not shown.
Binary file not shown.
|
@ -124,6 +124,19 @@ namespace MuzikaGromche
|
|||
ColorTransitionEasing = Easing.InCubic,
|
||||
Palette = Palette.Parse(["#FFD3E3", "#78A0FF", "#FFD3E3", "#74A392", "#FFD3E3", "#E4B082", "#FFD3E3", "#E277AA"]),
|
||||
},
|
||||
new Track
|
||||
{
|
||||
Name = "Peretasovka",
|
||||
AudioType = AudioType.OGGVORBIS,
|
||||
Language = Language.ENGLISH,
|
||||
WindUpTimer = 59.07f,
|
||||
Bars = 8,
|
||||
BeatsOffset = 0.3f,
|
||||
ColorTransitionIn = 0.4f,
|
||||
ColorTransitionOut = 0.4f,
|
||||
ColorTransitionEasing = Easing.OutExpo,
|
||||
Palette = Palette.Parse(["#65C7FA", "#FCEB3C", "#89FC8F", "#FEE9E9", "#FC3C9D", "#FCEB3C", "#89FC8F", "#FC3C9D"]),
|
||||
},
|
||||
];
|
||||
|
||||
public static Track ChooseTrack()
|
||||
|
|
Loading…
Reference in New Issue