badapple背景移出框架文件夹

This commit is contained in:
MrZ626
2020-11-08 20:33:35 +08:00
parent 7917012093
commit f51b605261
2 changed files with 1 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ local video
local X,Y,K
function back.init()
if not video then
video=love.data.decompress("string","zlib",love.filesystem.read("Zframework/badapple.dat"))
video=love.data.decompress("string","zlib",love.filesystem.read("parts/backgrounds/badapple.dat"))
end
t=0
BG.resize()