new song and ogg/vorbis format #1

Open
ratijas wants to merge 9 commits from ratijas/muzika-gromche:work/r/en_US into master
3 changed files with 13 additions and 0 deletions
Showing only changes of commit 44e0db2ba9 - Show all commits

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, Bpm = 108f,
AudioType = AudioType.OGGVORBIS, AudioType = AudioType.OGGVORBIS,
}, },
new Track
{
Name = "RiseAndShine",
WindUpTimer = 59.87f,
Bpm = 137.36f,
AudioType = AudioType.OGGVORBIS,
},
]; ];
public static Coroutine JesterLightSwitching; public static Coroutine JesterLightSwitching;