tweaked anim times more

This commit is contained in:
darrelmarek 2017-11-02 14:28:20 -05:00
parent 5363fd1c04
commit 4df23fb3fe

View file

@ -18,7 +18,7 @@ public class StateController : SelectableObject
private SelectableObject _selectedObject;
private Interaction _selectedInteraction;
private Coroutine _roamCoroutine;
private static float _startInteractionProgressLimit = 0.1f;
private static float _startInteractionProgressLimit = 0.2f;
private static float _endInteractionProgressLimit = 1.0f;
void Awake()