Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Commit

Permalink
Merge pull request #71 from DucksWorth-Studios/timer/timelimit
Browse files Browse the repository at this point in the history
Reduced time limit to 5 minutes
  • Loading branch information
TheReverseBrother authored Nov 25, 2019
2 parents bdf1215 + fc8eca4 commit 0f10039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GDApp/GDApp/App/Data/AppData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public sealed class AppData
public static int IndexStrafeLeft = 6;
public static int IndexStrafeRight = 7;
public static int LoseTimerHours = 0;
public static int LoseTimerMinutes = 10;
public static int LoseTimerMinutes = 5;
public static int LoseTimerSeconds = 0;
public static string LoseTimerID = "Lose Timer";
#endregion
Expand Down

0 comments on commit 0f10039

Please sign in to comment.