Replies: 1 comment 8 replies
-
From these descriptions
Try to set tileZ to different values to avoid overlapping at the same (tileX, tileY, tileZ). |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Thanks for nice plugin, very useful. I am encountering a use case where chess may overlap on board. Basically allowing two chess pieces to have same TileXY.
Right now when I tried this with monopoly board, its failing and giving following error:
After adding debugger, I see that for that chess object
this.monopoly.chessData.tileXYZ
is null. This happens only when two chess objects are having same tile X,Y. Otherwisethis.monopoly.chessData.tileXYZ
return correct value.Please suggest how I can allow two chess pieces on board to have same
this.monopoly.chessData.tileXYZ
.Beta Was this translation helpful? Give feedback.
All reactions