changes
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -38,7 +38,7 @@ public class EventControls : MonoBehaviour
|
||||
|
||||
private bool eventDrawn = false;
|
||||
private bool eventTriggered = false;
|
||||
private float eventCycleInSeconds = 3.5f;
|
||||
private float eventCycleInSeconds = 2.8f;
|
||||
private int eventCycleAccumalator = 0;
|
||||
private int tileMapClearDelayAccumalator = 0;
|
||||
private EventControlTile currentEventControl;
|
||||
|
||||
@@ -289,6 +289,6 @@ public class Player : MonoBehaviour
|
||||
|
||||
public float GetStaminaDifficultyFactor()
|
||||
{
|
||||
return Mathf.Clamp(currentStamina / (startStamina * 1f), 0.4f, 1);
|
||||
return Mathf.Clamp(currentStamina / (startStamina * 1f), 0.1f, 1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user