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

@@ -32,7 +32,7 @@ function IMG.getCount()
end
function IMG.loadOne(_)
local N=list[_]
IMG[N]=love.graphics.newImage("/image/"..IMG[N])
IMG[N]=love.graphics.newImage("media/image/"..IMG[N])
end
function IMG.loadAll()
for i=1,count do