修复暂停时设置能进入彩蛋模式 close #206

This commit is contained in:
MrZ626
2021-08-16 01:27:11 +08:00
parent 9dbb32c982
commit 45dce3210a
8 changed files with 18 additions and 8 deletions

View File

@@ -58,7 +58,7 @@ end
local function nextDir(i)
SETTING.face[i]=(SETTING.face[i]+1)%4
minoRot0[i]=minoRot0[i]+1.5707963
if minoRot0[5]>62 then
if minoRot0[5]>62 and not GAME.playing then
loadGame('marathon_bfmax',true)
end
SFX.play('rotate')