You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to fiddle around with the files to realize that the best way I can see to do this would be by:
adding a checkbox underneath the 3 K.K. options saying "Play K.K. Aircheck songs instead"
which would replace the value of currentMusic to kkac in:
// get path of a song filefunctionsetAudioUrl(file){if(checkKK()){currentMusic='kk';}else{currentMusic=options.music;file+='m';}audio.src='../'+currentMusic+'/'+file+'.ogg';
The kkac music is in the Resources category on the readme
The text was updated successfully, but these errors were encountered:
I've tried to fiddle around with the files to realize that the best way I can see to do this would be by:
The kkac music is in the Resources category on the readme
The text was updated successfully, but these errors were encountered: