This commit is contained in:
Nishi 2026-05-28 14:23:39 +09:00
commit 69ca8a90af
2 changed files with 13 additions and 4 deletions

View file

@ -21,8 +21,12 @@ int main(){
drv = new fishbone::SoundDriver();
snd = drv->mixer.open("music.mod");
snd = drv->mixer.open("shanghai.mp3");
snd->setLoop(true);
snd->position[0] = -1;
snd->position[1] = 0;
snd->position[2] = 0;
snd->is3d = true;
snd->resume();
while(!quit);