添加techrash_u模式入口
This commit is contained in:
@@ -59,8 +59,12 @@ end
|
|||||||
local function _nextDir(i)
|
local function _nextDir(i)
|
||||||
SETTING.face[i]=(SETTING.face[i]+1)%4
|
SETTING.face[i]=(SETTING.face[i]+1)%4
|
||||||
minoRot0[i]=minoRot0[i]+1.5707963
|
minoRot0[i]=minoRot0[i]+1.5707963
|
||||||
if minoRot0[5]>62 and not GAME.playing then
|
if not GAME.playing then
|
||||||
|
if minoRot0[5]>62 then
|
||||||
loadGame('marathon_bfmax',true)
|
loadGame('marathon_bfmax',true)
|
||||||
|
elseif minoRot0[7]>62 then
|
||||||
|
loadGame('techrash_u',true)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
SFX.play('rotate')
|
SFX.play('rotate')
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user