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.
MIT License
1.25k stars 50 forks source link

Show information in the context menu of objects. #227

Closed GrimPixel closed 1 year ago

GrimPixel commented 1 year ago

Is your feature request related to a problem? Please describe. If the player doesn't know about a card's name or description, he/she may try to find it in “Objects” and take some time. If the card information is available, then the time is saved.

Describe the solution you'd like Add “See information” on the right-click menu of the selected card.

drwhut commented 1 year ago

I could see info being shown for all objects, as well as cards.

GrimPixel commented 1 year ago

I mean, when a card is on the table and being right-clicked on its front face, its information could be displayed next to “Count: 1”.

drwhut commented 1 year ago

That might be a bit too much in such a small space - I was thinking about having a submenu (called something like "Details"?) which when clicked, shows the information (possibly in a moveable window?)

GrimPixel commented 1 year ago

Yes. That makes sense.