修复录像回放的时候如果设置暂停按钮在左边就会重叠
This commit is contained in:
@@ -84,7 +84,7 @@ function scene.sceneInit(org)
|
|||||||
|
|
||||||
updateRepButtons()
|
updateRepButtons()
|
||||||
WIDGET.active.restart.hide=replaying
|
WIDGET.active.restart.hide=replaying
|
||||||
if SETTING.menuPos=='right'then
|
if GAME.replaying or SETTING.menuPos=='right'then
|
||||||
WIDGET.active.restart.x=1125
|
WIDGET.active.restart.x=1125
|
||||||
WIDGET.active.pause.x=1195
|
WIDGET.active.pause.x=1195
|
||||||
modeTextPos=1100-drawableText.modeName:getWidth()
|
modeTextPos=1100-drawableText.modeName:getWidth()
|
||||||
|
|||||||
Reference in New Issue
Block a user