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

[Feature request] Add predefined positions for placing other objects on some objects #180

Open GrimPixel opened 1 year ago

GrimPixel commented 1 year ago

For chess board, cribbage board and many other objects, it would be better to have positions where pieces can be placed steadily.

elmodor commented 1 year ago

At first I thought this is something that could be added via scripting.

Then I remembered that tabletop sim had something like "snap points". You can place these at any position and objects will "snap" to them if they are close. Very useful feature for some boardgame where you have to place tiles/pieces at specific locations every time.