Skip to content

Commit

Permalink
方块/气泡当前块描边(上个commit漏调用了)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Jan 10, 2024
1 parent 263389c commit 43d965c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/game/minoPlayer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1724,6 +1724,7 @@ function MP:render()
local dx,dy=self:getSmoothPos()
gc_translate(dx,dy)

skin.drawHandStroke(CB,self.handX,self.handY)
skin.drawHand(CB,self.handX,self.handY)

local RS=minoRotSys[settings.rotSys]
Expand Down
1 change: 1 addition & 0 deletions assets/game/puyoPlayer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1140,6 +1140,7 @@ function PP:render()
-- Smooth
local dx,dy=self:getSmoothPos()
gc_translate(dx,dy)
skin.drawHandStroke(CB,self.handX,self.handY)
skin.drawHand(CB,self.handX,self.handY)
gc_translate(-dx,-dy)
end
Expand Down

0 comments on commit 43d965c

Please sign in to comment.