From 23ccfecad4bbdd8cd3e513710543a1e1a14cce58 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 19 Feb 2021 17:47:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B0=8F=E6=B8=B8=E6=88=8Fjg?= =?UTF-8?q?t=E5=90=88=E6=88=9013=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/mg_jgt.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/mg_jgt.lua b/parts/scenes/mg_jgt.lua index 58a9ee16..6785a40c 100644 --- a/parts/scenes/mg_jgt.lua +++ b/parts/scenes/mg_jgt.lua @@ -226,7 +226,7 @@ function scene.draw() setColor(1,1,1,.3) mStr("?",j*128+256,i*128-75) else - if N<=13 then + if N<=12 then setColor(tileColor[N]) else setColor(COLOR.rainbow(4*TIME()-i-j))