Skip to content

Commit

Permalink
bumped up durations
Browse files Browse the repository at this point in the history
  • Loading branch information
prime31 committed Feb 14, 2016
1 parent c1f581b commit 04f20c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Nez-PCL/Graphics/Transitions/CrossFadeTransition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class CrossFadeTransition : SceneTransition
/// <summary>
/// duration for the fade
/// </summary>
public float fadeDuration = 0.6f;
public float fadeDuration = 1f;

/// <summary>
/// ease equation to use for the cross fade
Expand Down
2 changes: 1 addition & 1 deletion Nez-PCL/Graphics/Transitions/FadeTransition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class FadeTransition : SceneTransition
/// <summary>
/// duration to fade to fadeToColor
/// </summary>
public float fadeOutDuration = 0.8f;
public float fadeOutDuration = 1f;

/// <summary>
/// delay to start fading out
Expand Down

0 comments on commit 04f20c5

Please sign in to comment.