Upload wave collector - GGJ17 game

This commit is contained in:
Ray
2017-01-22 15:31:56 +01:00
parent 7586031410
commit f164ec80d6
37 changed files with 1828 additions and 122 deletions

View File

@ -839,7 +839,13 @@ void SetMusicPitch(Music music, float pitch)
{
alSourcef(music->stream.source, AL_PITCH, pitch);
}
/*
// Set music speed
void SetMusicSpeed(Music music, float pitch)
{
alSourcef(music->stream.source, AL_PITCH, 0.5f);
}
*/
// Get music time length (in seconds)
float GetMusicTimeLength(Music music)
{