Upload wave collector - GGJ17 game
This commit is contained in:
parent
7586031410
commit
f164ec80d6
37 changed files with 1828 additions and 122 deletions
|
@ -24,7 +24,7 @@ int main()
|
|||
|
||||
InitAudioDevice(); // Initialize audio device
|
||||
|
||||
Sound fxWav = LoadSound("resources/audio/weird.wav"); // Load WAV audio file
|
||||
Sound fxWav = LoadSound("resources/audio/sound.wav"); // Load WAV audio file
|
||||
Sound fxOgg = LoadSound("resources/audio/tanatana.ogg"); // Load OGG audio file
|
||||
|
||||
SetTargetFPS(60);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue