Zone Animation on Setup

Game development with Board Game Arena Studio
Post Reply
User avatar
TiiFuchs
Posts: 2
Joined: 28 November 2024, 13:02

Zone Animation on Setup

Post by TiiFuchs »

Hi,

I'm using a https://en.doc.boardgamearena.com/Zone to show a bunch of game pieces and another zone to display a stack of cards as a draw pile.

Since the draw pile consists of a few items with the back of the cards and every player starts with 5 pieces, I add those in the setup() method in my frontend.

But everytime you reload the page, the placeInZone() method animates the cards and pieces from the bottom left into position.
I don't like this animation, as it seems glitchy, and I thought I even read somewhere that animations should be deactivated on setup.
I can't find any hint on how to deactivate this animation on the placeInZone method of a Zone.

Any tips for me?
Post Reply

Return to “Developers”