tweaked anim times more
This commit is contained in:
parent
5363fd1c04
commit
4df23fb3fe
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ public class StateController : SelectableObject
|
||||||
private SelectableObject _selectedObject;
|
private SelectableObject _selectedObject;
|
||||||
private Interaction _selectedInteraction;
|
private Interaction _selectedInteraction;
|
||||||
private Coroutine _roamCoroutine;
|
private Coroutine _roamCoroutine;
|
||||||
private static float _startInteractionProgressLimit = 0.1f;
|
private static float _startInteractionProgressLimit = 0.2f;
|
||||||
private static float _endInteractionProgressLimit = 1.0f;
|
private static float _endInteractionProgressLimit = 1.0f;
|
||||||
|
|
||||||
void Awake()
|
void Awake()
|
||||||
|
|
Reference in a new issue