Hello;
I am wondering what to do with the z value of stacked chess, if I make them all z=1 then if I add another chess to x,y,1 I kick the chess that is already there. In the documentation it says
"To avoid kicking, user could assign z-index of each chess by its uid (for example, "uid"+chess.uid), so that all z-index of chess will be different."
should this read "(for example z=chess.uid)" ? so z is a number?
Thanks for your time.
yours
winkr7