From 4bd7afa313f90691cefef02d0333be6da37126a0 Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Tue, 21 May 2024 08:38:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AEstack=E4=BB=A4=E5=B7=B2=E6=9C=89?= =?UTF-8?q?=E5=9D=97=E5=8F=98=E9=BB=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/game/mechanicLib/brik/stack.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/game/mechanicLib/brik/stack.lua b/assets/game/mechanicLib/brik/stack.lua index ea89fd8c..90fb4a00 100644 --- a/assets/game/mechanicLib/brik/stack.lua +++ b/assets/game/mechanicLib/brik/stack.lua @@ -152,7 +152,7 @@ function stack.event_afterLock(P) if y>=md.stack_lines+1 then for x=1,#matrix[y] do local C=F:getCell(x,y) - if C then C.color=0 end + if C then C.color=777 end end table.insert(matrix,md.stack_lines+1,table.remove(matrix,y)) for x=1,P.settings.fieldW do