enjoy a new song !!!

This commit is contained in:
veclav talica 2024-07-31 00:29:19 +03:00
parent 967ed0ea9b
commit b7eae98d0d

View File

@ -121,7 +121,7 @@ struct scene *ingame_scene(struct state *state) {
new_scene->world = world_create();
new_scene->player = player_create(new_scene->world);
play_audio_ex("music/repeat-test.xm", "soundtrack", (t_play_audio_args){
play_audio_ex("music/test.xm", "soundtrack", (t_play_audio_args){
.volume = 0.8f,
.panning = -0.5f,
.repeat = true,