Esempio n. 1
0
    public void EndRageMode()
    {
        inRageMode     = false;
        currRageAmount = 0f;
        currTree.HandleEndRage();

        rageBarPresenter.EndRage();

        //TO DO: Stop timer and input for the animation
        myLumberJack.EndRage();
        StopGameTimeFor(myLumberJack.rageEndingDuration);
    }