rexrainbow / phaser3-rex-notes

Notes of phaser3 engine
MIT License
1.2k stars 260 forks source link

How to add a chess that occupids mult-grids? #308

Closed zhuhengtan closed 1 year ago

zhuhengtan commented 1 year ago

Is there any other solutions besides adding a shape?

rexrainbow commented 1 year ago

A chess only occupies one cell position,chess with multiple cell positions is not supported.

Here is a workaround solution for this request. Miniboard presents a group of chess, can move or rotate these chess together.