修复游戏中途进入设置界面返回后的背景错误
This commit is contained in:
@@ -110,9 +110,8 @@ function scene.sceneInit(org)
|
|||||||
S.trophyColor=COLOR.lCyan
|
S.trophyColor=COLOR.lCyan
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if GAME.bg then
|
if org~="play"and GAME.prevBG then
|
||||||
BG.set(GAME.BG)
|
BG.set(GAME.prevBG)
|
||||||
GAME.prevBG=nil
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
function scene.sceneBack()
|
function scene.sceneBack()
|
||||||
|
|||||||
Reference in New Issue
Block a user