forked from nikita/muzika-gromche
Extend loop of the track VseVZale
Now includes second phase OOOoooo OOooo
This commit is contained in:
parent
0683a18491
commit
9be9eaaf80
BIN
Assets/VseVZaleLoop.ogg (Stored with Git LFS)
BIN
Assets/VseVZaleLoop.ogg (Stored with Git LFS)
Binary file not shown.
BIN
Assets/VseVZaleStart.ogg (Stored with Git LFS)
BIN
Assets/VseVZaleStart.ogg (Stored with Git LFS)
Binary file not shown.
|
@ -43,8 +43,16 @@ namespace MuzikaGromche
|
||||||
AudioType = AudioType.OGGVORBIS,
|
AudioType = AudioType.OGGVORBIS,
|
||||||
Language = Language.RUSSIAN,
|
Language = Language.RUSSIAN,
|
||||||
WindUpTimer = 38.28f,
|
WindUpTimer = 38.28f,
|
||||||
Bars = 8,
|
Bars = 16,
|
||||||
Palette = Palette.Parse(["#FF7F00", "#FFB600", "#FFED00", "#00D1FF", "#6696FB", "#704DF8"]),
|
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
|
new Track
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue