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.27k stars 55 forks source link

Added two simple cube tokens #121

Closed elmodor closed 1 year ago

elmodor commented 1 year ago

Fixes/Solves There were no cube tokens present in the default asset pack. This serves two purposes:

The focus is of course more on the first bullet point: To have a marker/tracker without any number on it that can be used universally.

Size measured by some real cardboard cut out tokens.

elmodor commented 1 year ago

tokens

Done and done!

elmodor commented 1 year ago

It's not completely pure white. I made the shade a tiny bit different. Would you rather like a pure white one?

Removed the redundant desc

drwhut commented 1 year ago

Ah sorry, I just assumed it was pure white. The original colour is fine! :slightly_smiling_face:

elmodor commented 1 year ago

Okay, let me know if there's anything else left to do :smile:

drwhut commented 1 year ago

Apart from the simplifying of the image, we could also take the time to add a whole bunch of colours? We could use the dice as an example (and that way, we could get the tokens and dice to match colours?)

elmodor commented 1 year ago

Will do.

Is there any place (in the repo or in the docs) where we could store UV template files?

elmodor commented 1 year ago

White image is 1x1 bmp and added all the colors from the dices.

drwhut commented 1 year ago

Is there any place (in the repo or in the docs) where we could store UV template files?

There's already UV templates in the docs.

elmodor commented 1 year ago

Turns out many games also need: cubes. Like little cubes: Little cubes

How would you feel if I extended this MR to include not only tokens but also cubes? Changing the name for the tokens to: White Token and the cubes would be White Cube

drwhut commented 1 year ago

I feel like the tokens should do for most use cases - can always open up another PR if there's demand for little cubes!