Port track MuzikaGromche to OGG format
Twice as longer, loops better, no gap.
This commit is contained in:
parent
2df7d28d43
commit
4ee20adea7
BIN
Assets/MuzikaGromcheLoop.mp3 (Stored with Git LFS)
BIN
Assets/MuzikaGromcheLoop.mp3 (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
Assets/MuzikaGromcheStart.mp3 (Stored with Git LFS)
BIN
Assets/MuzikaGromcheStart.mp3 (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
|
@ -27,9 +27,14 @@ namespace MuzikaGromche
|
|||
new Track
|
||||
{
|
||||
Name = "MuzikaGromche",
|
||||
AudioType = AudioType.OGGVORBIS,
|
||||
Language = Language.RUSSIAN,
|
||||
WindUpTimer = 46.3f,
|
||||
Bars = 8,
|
||||
Bars = 16,
|
||||
BeatsOffset = 0.0f,
|
||||
ColorTransitionIn = 0.25f,
|
||||
ColorTransitionOut = 0.25f,
|
||||
ColorTransitionEasing = Easing.OutExpo,
|
||||
Palette = Palette.Parse(["#B300FF", "#FFF100", "#00FF51", "#474747", "#FF00B3", "#0070FF"]),
|
||||
},
|
||||
new Track
|
||||
|
|
Loading…
Reference in New Issue