forked from nikita/muzika-gromche
parent
8a193fa408
commit
42c1f29a16
BIN
Assets/GorgorodLoop.mp3 (Stored with Git LFS)
BIN
Assets/GorgorodLoop.mp3 (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
Assets/GorgorodStart.mp3 (Stored with Git LFS)
BIN
Assets/GorgorodStart.mp3 (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
|
@ -69,9 +69,14 @@ namespace MuzikaGromche
|
||||||
new Track
|
new Track
|
||||||
{
|
{
|
||||||
Name = "Gorgorod",
|
Name = "Gorgorod",
|
||||||
|
AudioType = AudioType.OGGVORBIS,
|
||||||
Language = Language.RUSSIAN,
|
Language = Language.RUSSIAN,
|
||||||
WindUpTimer = 43.2f,
|
WindUpTimer = 43.2f,
|
||||||
Bars = 6,
|
Bars = 6,
|
||||||
|
BeatsOffset = 0.0f,
|
||||||
|
ColorTransitionIn = 0.25f,
|
||||||
|
ColorTransitionOut = 0.25f,
|
||||||
|
ColorTransitionEasing = Easing.InExpo,
|
||||||
Palette = Palette.Parse(["#42367E", "#FF9400", "#932A04", "#FF9400", "#932A04", "#42367E", "#FF9400", "#932A04"]),
|
Palette = Palette.Parse(["#42367E", "#FF9400", "#932A04", "#FF9400", "#932A04", "#42367E", "#FF9400", "#932A04"]),
|
||||||
},
|
},
|
||||||
new Track
|
new Track
|
||||||
|
|
Loading…
Reference in New Issue