修复小游戏jgt合成13报错

This commit is contained in:
MrZ626
2021-02-19 17:47:23 +08:00
parent e0690e0816
commit 23ccfecad4

View File

@@ -226,7 +226,7 @@ function scene.draw()
setColor(1,1,1,.3) setColor(1,1,1,.3)
mStr("?",j*128+256,i*128-75) mStr("?",j*128+256,i*128-75)
else else
if N<=13 then if N<=12 then
setColor(tileColor[N]) setColor(tileColor[N])
else else
setColor(COLOR.rainbow(4*TIME()-i-j)) setColor(COLOR.rainbow(4*TIME()-i-j))