From 0d292446a20332e9a124cc61054ebff7b116d1df Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 12 Oct 2021 19:31:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=98=BE=E7=A4=BA=E9=A2=9D?= =?UTF-8?q?=E5=A4=96next=E6=97=B6=E7=94=A8=E7=9A=84=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E4=B8=BA=E9=82=A3=E4=B8=AA=E6=96=B9=E5=9D=97=E7=9C=9F=E6=AD=A3?= =?UTF-8?q?=E7=9A=84=E9=A2=9C=E8=89=B2=EF=BC=88=E8=80=8C=E4=B8=8D=E6=98=AF?= =?UTF-8?q?=E7=8E=A9=E5=AE=B6=E5=BD=93=E5=89=8D=E8=AE=BE=E7=BD=AE=EF=BC=89?= =?UTF-8?q?=20close=20#370?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player/draw.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/parts/player/draw.lua b/parts/player/draw.lua index efda7cbe..084ba61e 100644 --- a/parts/player/draw.lua +++ b/parts/player/draw.lua @@ -459,12 +459,11 @@ local function _drawNext(P,repMode) if repMode then gc_translate(50,-28) local blockImg=TEXTURE.miniBlock - local skinSet=ENV.skin local n=N while n<=12 and queue[n]do local id=queue[n].id - local _=minoColor[skinSet[id]] - gc_setColor(_[1],_[2],_[3],.2) + local _=minoColor[queue[n].color] + gc_setColor(_[1],_[2],_[3],.26) _=blockImg[id] gc_draw(_,-_:getWidth()*10,0,nil,10,nil) gc_translate(0,10*_:getHeight()+3)