添加techrash_u模式入口

This commit is contained in:
MrZ626
2021-10-10 03:35:18 +08:00
parent 81a4429767
commit 3fb6b34a1e

View File

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