new track and assets for the previous one

This commit is contained in:
Nikita Vilunov 2024-10-28 22:57:52 +01:00
parent f274513bb5
commit 5d55467b9c
5 changed files with 19 additions and 1 deletions

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

View File

@ -23,7 +23,7 @@ namespace MuzikaGromche
new Track
{
Name = "VseVZale",
WindUpTimer = 39f,
WindUpTimer = 39f,
Bpm = 138f,
},
new Track
@ -31,6 +31,12 @@ namespace MuzikaGromche
Name = "DeployDestroy",
WindUpTimer = 40.7f,
Bpm = 130f,
},
new Track
{
Name = "MoyaZhittya",
WindUpTimer = 34.5f,
Bpm = 120f,
}
];