修复皮肤设置菜单和联网对战菜单背景可能错误
This commit is contained in:
@@ -225,6 +225,7 @@ function scene.socketRead(cmd,d)
|
|||||||
end
|
end
|
||||||
elseif cmd=='finish'then
|
elseif cmd=='finish'then
|
||||||
playing=false
|
playing=false
|
||||||
|
BG.set()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ local minoRot0={}
|
|||||||
local scene={}
|
local scene={}
|
||||||
|
|
||||||
function scene.sceneInit()
|
function scene.sceneInit()
|
||||||
|
BG.set()
|
||||||
selRS=RSlist[SETTING.RS]
|
selRS=RSlist[SETTING.RS]
|
||||||
for i=1,7 do
|
for i=1,7 do
|
||||||
minoRot0[i]=SETTING.face[i]*1.57
|
minoRot0[i]=SETTING.face[i]*1.57
|
||||||
|
|||||||
Reference in New Issue
Block a user