erlloyd / cardtable

A browser-only project to play a few card games with friends
14 stars 4 forks source link

Visual counter enhancements #127

Closed purplespider closed 2 months ago

purplespider commented 2 months ago

I've made a few visual refinements to counters.

Before:

After:

Also works with text and image counters:

Colors are now set as a constant, and a label is applied to each to allow for more "pleasing" color options:

Screenshot 2024-08-16 at 15 02 59@2x

As the colour values are stored with each counter instance, the color of any existing counters will not be changed by this update.

There is also a subtle hover effect on the + and - buttons:

Hope this is all ok!?