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

Allow other shapes for “Tokens” #173

Closed GrimPixel closed 1 year ago

GrimPixel commented 1 year ago

In Japanese Mahjong, tokens are sticks with patterns. In monopoly, they are rectangular.

drwhut commented 1 year ago

Having a look at the pieces you mentioned, the Mahjong tokens could easily be made with long and thin cube tokens in-game using the scale property.

Plus, we are somewhat limited in the shapes we can "stack". Implementing a way to stack generic shapes would be incredibly challenging.