aboutsummaryrefslogtreecommitdiffstats
path: root/tiny.c
diff options
context:
space:
mode:
authorpack <pack@packgekko.xyz>2026-08-07 18:54:43 +0000
committerpack <pack@packgekko.xyz>2026-08-07 18:54:43 +0000
commit8030f96ad2c964040349955627e14c844fc8986d (patch)
tree7e6d66868f2b9c2de455c9760b6fbc7339480ecd /tiny.c
parentd10aa45825dcd9c7ed08dd66356a8c0f86870806 (diff)
downloadtiny-king.tar.gz
final commit 2king
add LICENSE, edit README.md
Diffstat (limited to 'tiny.c')
-rw-r--r--tiny.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tiny.c b/tiny.c
index 7e0e866..5293a12 100644
--- a/tiny.c
+++ b/tiny.c
@@ -390,8 +390,8 @@ main(int argc, char *argv[])
SetSoundVolume(snd_footstep, 0.35f);
SetSoundVolume(snd_ambience, 0.3f);
/* Background music (your own .ogg file). */
- Music music = LoadMusicStream("mus_rêverie_-_debussy.ogg");
- SetMusicVolume(music, 0.4f);
+ Music music = LoadMusicStream("mus_example.ogg");
+ SetMusicVolume(music, 1.0f);
PlayMusicStream(music);
/* 3D Camera. */
Camera3D camera = { 0 };