new music !
This commit is contained in:
parent
80ffc30075
commit
b35c02d884
@ -126,10 +126,9 @@ struct scene *ingame_scene(struct state *state) {
|
||||
new_scene->world = world_create();
|
||||
new_scene->player = player_create(new_scene->world);
|
||||
|
||||
play_audio_ex("music/test.xm", "soundtrack", (t_play_audio_args){
|
||||
.volume = 0.8f,
|
||||
.panning = -0.5f,
|
||||
play_audio_ex("music/mod65.xm", "soundtrack", (t_play_audio_args){
|
||||
.repeat = true,
|
||||
.volume = 1.0f
|
||||
});
|
||||
|
||||
input_set_mouse_captured(&ctx.input, true);
|
||||
|
BIN
data/music/mod65.xm
(Stored with Git LFS)
Executable file
BIN
data/music/mod65.xm
(Stored with Git LFS)
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user