cooperuser / blockade

A minimal but challenging puzzle game, inspired by the ice puzzles in The Legend of Zelda: Twilight Princess.
2 stars 0 forks source link

Double Selector Bug on showMoveButtons Flag #82

Closed cooperuser closed 8 years ago

cooperuser commented 8 years ago

When you have both the showMoveButtonsUntilHover and the showMoveButtonsUntilClick flag, it creates two selectors. Fix this.

grady404 commented 8 years ago

Minor technicality, showMoveButtonsUntilClick should override showMoveButtonsUntilHover, not the other way around.

cooperuser commented 8 years ago

It doesn't, which ever comes first does.

cooperuser commented 8 years ago

But I could change that

grady404 commented 8 years ago

Ah, okay, that makes a bit more sense but I still think UntilClick should override in all cases

cooperuser commented 8 years ago

I am changing it now

cooperuser commented 8 years ago

Fixed