add new track Peretasovka

This commit is contained in:
ivan tkachenko 2025-06-17 18:14:29 +03:00
parent 44e0db2ba9
commit 8c660e803c
3 changed files with 13 additions and 0 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -65,6 +65,13 @@ namespace MuzikaGromche
Bpm = 137.36f,
AudioType = AudioType.OGGVORBIS,
},
new Track
{
Name = "Peretasovka",
WindUpTimer = 59.04f,
Bpm = 130f,
AudioType = AudioType.OGGVORBIS,
},
];
public static Coroutine JesterLightSwitching;