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 14 additions and 1 deletions
Showing only changes of commit cb85bcb72c - Show all commits

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

Binary file not shown.

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

Binary file not shown.

View File

@ -50,7 +50,14 @@ namespace MuzikaGromche
Name = "Durochka",
WindUpTimer = 37f,
Bpm = 130f,
}
},
new Track
{
Name = "GodMode",
WindUpTimer = 40.38f,
Bpm = 108f,
AudioType = AudioType.OGGVORBIS,
},
];
public static Coroutine JesterLightSwitching;