Restore movement hints on hover hints.
This commit is contained in:
parent
9c25f65820
commit
10aa79366a
@ -391,7 +391,7 @@ const INTERFACE = {
|
||||
// Draw tile content
|
||||
if(piece !== null) {
|
||||
// Draw border hints
|
||||
if(!is_hover && hover_state == 0) { draw.hints(piece); }
|
||||
if(!is_hover) { draw.hints(piece); }
|
||||
|
||||
// Draw piece icon
|
||||
if(piece.promoted) { ctx.drawImage(GAME_ASSET.Image.Promote, -icon_radius, -icon_radius, icon_radius * 2., icon_radius * 2.); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user