magefree / mage

Magic Another Game Engine
http://xmage.today
MIT License
1.84k stars 761 forks source link

Rework card popup panels to allow scrolling #12697

Open Svyatoslav28597 opened 3 weeks ago

Svyatoslav28597 commented 3 weeks ago

Currently there is the issue of card gaining too many abilities so it becomes nigh impossible to see them all. Adding the ability to scroll would help to faciliate. Also this could help to include more useful info for cards like hints, or maybe even flavor text?

JayDi85 commented 3 weeks ago

It’s possible but requires some tricks and workarounds with global keys/events queue. Cause popup component don’t get focus, hide on mouse move and mouse wheel already used by image/text mode switch. Need some research and experiments.