修复录像回放的时候如果设置暂停按钮在左边就会重叠

This commit is contained in:
MrZ626
2021-08-13 21:45:37 +08:00
parent a0ff754464
commit 45ec45c206

View File

@@ -84,7 +84,7 @@ function scene.sceneInit(org)
updateRepButtons()
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.pause.x=1195
modeTextPos=1100-drawableText.modeName:getWidth()