多媒体文件整理到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

@@ -6,7 +6,7 @@ local VOC={}
VOC.list={}
local function loadVoiceFile(N,vocName)
local fileName="VOICE/"..SETTING.cv.."/"..vocName..".ogg"
local fileName="media/VOICE/"..SETTING.cv.."/"..vocName..".ogg"
if love.filesystem.getInfo(fileName)then
bank[vocName]={love.audio.newSource(fileName,"static")}
table.insert(VOC.list[N],vocName)