From 3fb6b34a1e6fba0c61d23b35791826126d2f494d Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 10 Oct 2021 03:35:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0techrash=5Fu=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/setting_skin.lua | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/parts/scenes/setting_skin.lua b/parts/scenes/setting_skin.lua index 5a74be6d..a0207b17 100644 --- a/parts/scenes/setting_skin.lua +++ b/parts/scenes/setting_skin.lua @@ -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