drwhut / tabletop-club

An open-source platform for playing tabletop games in a physics-based 3D environment for Windows, macOS, and Linux! Made with the Godot Engine.
https://tabletopclub.net
MIT License
1.26k stars 51 forks source link

[Bug] Enlarged view of the last drawn card unavailable #178

Closed GrimPixel closed 1 year ago

GrimPixel commented 1 year ago

Describe the bug The larger view (by mouse hovering) of the last drawn card is unavailable.

To Reproduce Steps to reproduce the behavior:

  1. Load “Poker”
  2. Draw cards to “Player” area
  3. Move cursor over the last drawn card
  4. Its view doesn't show up

Expected behavior Show the card's enlarged view.

Environment Arch Linux

Version v0.1.0 beta

elmodor commented 1 year ago

It seems the preview does not work on "selected" cards inside the players hand.

As a workaround: Clicking on the table should unselect them and then the preview should work again.

GrimPixel commented 1 year ago

OK, this is not a bug.

elmodor commented 1 year ago

I would say it is a bug and selected cards on hand should also be able to have the preview popup? no?

EDIT: Created a follow up ticket to rework the popup feature to be more consistent.