From 858e3204342adc00bcc8b049a0399ef6f894dd54 Mon Sep 17 00:00:00 2001 From: MrZ_26 Date: Mon, 3 Aug 2020 16:13:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=A9=E8=89=B2=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E5=BA=8F=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/paint.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Zframework/paint.lua b/Zframework/paint.lua index 0193c250..a4d8597a 100644 --- a/Zframework/paint.lua +++ b/Zframework/paint.lua @@ -354,10 +354,14 @@ function Pnt.sequence() gc.print(len,120,300) local L=TEXTURE.miniBlock + local lib=SKIN.libColor + local set=setting.skin + local x,y=120,126 local cx,cy=120,126 for i=1,len do local B=L[bag[i]] + gc.setColor(lib[set[bag[i]]]) gc.draw(B,x,y,nil,15,15,0,B:getHeight()*.5) x=x+B:getWidth()*15+10 if x>1126 then