new tracks

This commit is contained in:
Nikita Vilunov 2024-10-29 00:47:48 +01:00
parent 5d55467b9c
commit 4558a4d942
5 changed files with 24 additions and 0 deletions

BIN
Assets/DurochkaLoop.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Assets/DurochkaStart.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

View File

@ -37,6 +37,18 @@ namespace MuzikaGromche
Name = "MoyaZhittya", Name = "MoyaZhittya",
WindUpTimer = 34.5f, WindUpTimer = 34.5f,
Bpm = 120f, Bpm = 120f,
},
new Track
{
Name = "Gorgorod",
WindUpTimer = 43.2f,
Bpm = 180f,
},
new Track
{
Name = "Durochka",
WindUpTimer = 37f,
Bpm = 130f,
} }
]; ];