Beispiel #1
0
    void Awake()
    {
        infoPanel = Canvas.FindObjectOfType <InfoPanel>();
        movement  = GetComponent <ShipMovement>();

        fuel           = 0;
        isBurningFuel  = false;
        substructLives = false;

        infoPanel.Init();
        UpdateScoresView();

        Init();
    }