1
0
Fork 0

Extend loop of the track VseVZale

Now includes second phase OOOoooo OOooo
This commit is contained in:
ivan tkachenko 2025-07-17 14:44:22 +03:00
parent 0683a18491
commit 9be9eaaf80
3 changed files with 14 additions and 6 deletions

BIN
Assets/VseVZaleLoop.ogg (Stored with Git LFS)

Binary file not shown.

BIN
Assets/VseVZaleStart.ogg (Stored with Git LFS)

Binary file not shown.

View File

@ -43,8 +43,16 @@ namespace MuzikaGromche
AudioType = AudioType.OGGVORBIS,
Language = Language.RUSSIAN,
WindUpTimer = 38.28f,
Bars = 8,
Palette = Palette.Parse(["#FF7F00", "#FFB600", "#FFED00", "#00D1FF", "#6696FB", "#704DF8"]),
Bars = 16,
BeatsOffset = 0.25f,
ColorTransitionIn = 0.25f,
ColorTransitionOut = 0.25f,
ColorTransitionEasing = Easing.OutExpo,
Palette = Palette.Parse(["#FF7F00", "#FFB600", "#FFED00", "#00D1FF", "#6696FB", "#704DF8"]).Use(palette =>
palette * 5 + new Palette(palette.Colors[0..2])
// stretch the second (OOOO oooo OO ooo) part, keep the colors perfectly cycled
+ (new Palette(palette.Colors[2..]) + palette * 2).Stretch(2)
),
},
new Track
{