Exemplo n.º 1
0
        public void face(Hex hex)
        {
            Vector3      facingPosition = MyBoard.getCellCenter(hex);
            AnimationKey direction      = getDirection(Location.position, facingPosition);

            face(direction);
        }