多媒体文件整理到media文件夹内

This commit is contained in:
MrZ626
2020-11-16 22:32:44 +08:00
parent db3c87f852
commit a43a34fe10
283 changed files with 10 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ function SFX.set(L)
end
function SFX.loadOne(_)
_,SFX.list[_]=SFX.list[_]
local N="/SFX/".._..".ogg"
local N="media/SFX/".._..".ogg"
if love.filesystem.getInfo(N)then
SFX.list[_]={love.audio.newSource(N,"static")}
else