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

Have white pips for some dice #203

Closed GrimPixel closed 1 year ago

GrimPixel commented 1 year ago

Is your feature request related to a problem? Please describe. Many dice have black pips, which are hard to recognise.

ksnip_20221211-010203

Describe the solution you'd like Dice have white pips.

Describe alternatives you've considered Remove those dice.

elmodor commented 1 year ago

I think the dice system should be changed. Currently the base dice are:

What actually should be:

drwhut commented 1 year ago
  • White dice with white pips (change color accordingly) (especially: black and blue and maybe purple)

The problem with this is that the color property only multiplies with the colour of the texture, so having white die with white pips means if the colour is changed to black, it would be nearly impossible to see the pips.

I think it may just be a case of adding a couple of additional textures for e.g. blue and purple.