calmackenzie / VG1819

Final Project for CS4830 2018 - 2019
0 stars 2 forks source link

Sitcky Fade on Pause #343

Closed austinbrianrogers closed 5 years ago

austinbrianrogers commented 5 years ago

When you click and drag a card, it fades as normal.

image

Then, if you press ESC to pause, it will return to the hand without fading back in.

image

VibrantJack commented 5 years ago

Thats probably because the esc or on pause doesn't trigger the onclick which applies that and only the on drop. I'll move the code around to onDrop instead where it originally should be.