Skip to content

Commit

Permalink
修stack令已有块变黑
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed May 21, 2024
1 parent 8c43920 commit 4bd7afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/game/mechanicLib/brik/stack.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bd7afa

Please sign in to comment.