Port track Gorgorod to OGG format

No gap now.
This commit is contained in:
ivan tkachenko 2025-07-16 22:17:57 +03:00
parent 8a193fa408
commit 42c1f29a16
5 changed files with 11 additions and 6 deletions

BIN
Assets/GorgorodLoop.mp3 (Stored with Git LFS)

Binary file not shown.

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

Binary file not shown.

BIN
Assets/GorgorodStart.mp3 (Stored with Git LFS)

Binary file not shown.

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

Binary file not shown.

View File

@ -69,9 +69,14 @@ namespace MuzikaGromche
new Track
{
Name = "Gorgorod",
AudioType = AudioType.OGGVORBIS,
Language = Language.RUSSIAN,
WindUpTimer = 43.2f,
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"]),
},
new Track