JustinGuruTech / MahJong

MahJong Game made for CS3230
0 stars 0 forks source link

Center Tile On Second To Bottom Row Didn't Open Up For Clicking #9

Closed TheDizruptor closed 4 years ago

TheDizruptor commented 4 years ago
Screen Shot 2019-12-09 at 12 53 06 AM

Tile next to it also didn't open up for clicking for some reason (9 character tile and 9 circle tile)

TheDizruptor commented 4 years ago

My guess is that when it opened up on the one side it set clickable to true and then when the other side opened up it set it back to false. Figured I'd have to deal with the implications of that implementation.

TheDizruptor commented 4 years ago

Closed as it's part of other issue https://github.com/TheDizruptor/MahJong/issues/6