Ejemplo n.º 1
0
    public void OnMouseDown()
    {
        SolarSystemManager script = Camera.main.GetComponent <SolarSystemManager>();

        script.GetPlayerShipUI();

        Destination   = gameObject.transform.position;
        Destination.y = Destination.y - 1.75f;

        script.SetPlayerShipUI(Destination);
    }