add new track RiseAndShine

This commit is contained in:
ivan tkachenko 2025-06-17 17:38:19 +03:00
parent cb85bcb72c
commit 44e0db2ba9
3 changed files with 13 additions and 0 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -58,6 +58,13 @@ namespace MuzikaGromche
Bpm = 108f,
AudioType = AudioType.OGGVORBIS,
},
new Track
{
Name = "RiseAndShine",
WindUpTimer = 59.87f,
Bpm = 137.36f,
AudioType = AudioType.OGGVORBIS,
},
];
public static Coroutine JesterLightSwitching;