修复更换自定义背景图片时没有更新尺寸

This commit is contained in:
MrZ626
2021-11-28 20:52:12 +08:00
parent 4ef179fccb
commit 3666c0caa9

View File

@@ -24,5 +24,6 @@ end
function back.event(a,img)
if a then alpha=a end
if img then image=img end
back.resize()
end
return back