1
0
Fork 0

Port track MoyaZhittya to OGG format

No gap now.
This commit is contained in:
ivan tkachenko 2025-07-16 20:23:30 +03:00
parent 4ee20adea7
commit 8a193fa408
5 changed files with 12 additions and 7 deletions

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

View File

@ -56,9 +56,14 @@ namespace MuzikaGromche
new Track new Track
{ {
Name = "MoyaZhittya", Name = "MoyaZhittya",
AudioType = AudioType.OGGVORBIS,
Language = Language.ENGLISH, Language = Language.ENGLISH,
WindUpTimer = 34.5f, WindUpTimer = 34.53f,
Bars = 8, Bars = 8,
BeatsOffset = 0.0f,
ColorTransitionIn = 0.25f,
ColorTransitionOut = 0.25f,
ColorTransitionEasing = Easing.OutExpo,
Palette = Palette.Parse(["#A3A3A3", "#BE3D39", "#5CBC69", "#BE3D39", "#BABC5C", "#BE3D39", "#5C96BC", "#BE3D39"]), Palette = Palette.Parse(["#A3A3A3", "#BE3D39", "#5CBC69", "#BE3D39", "#BABC5C", "#BE3D39", "#5C96BC", "#BE3D39"]),
}, },
new Track new Track