Can you configure cards to default to face down instead of face up?

I really like how cards that fell off the table reset to the center. But for the game I’m implementing, I would prefer they appear face down instead of face up.

There’s not a way to configure this currently, but it makes a lot of sense.

A change I was thinking of making if I have the time is to make it so that if any piece falls off the table, it doesn’t respawn in the centre of the table (potentially colliding with pieces that are already there), but it gets lifted back up near where it fell off, so that players can drag it back. We could also then keep the rotation it had when it fell off, so if a card was already face-down, it would stay face-down.

Yes, that sounds like a better solution, especially since the table center often has its own role. Thank you for the response!