public void DiceRollState()
    {
        dice.stopDice();

        state = CharacterState.Roll;
        animations.setPose(state);
    }