Add track Chereshnya with custom palette and timings

This commit is contained in:
ivan tkachenko 2025-07-17 13:15:31 +03:00
parent 9be9eaaf80
commit ed8804b7a7
3 changed files with 22 additions and 0 deletions

BIN
Assets/ChereshnyaLoop.ogg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Assets/ChereshnyaStart.ogg (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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()