Skip to content

Commit

Permalink
Changed game timer to 3 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinRehmeyer-templeU committed Mar 29, 2021
1 parent 9082a61 commit 03407e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Assets/Plugins/GitHub/Editor.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Assets/Scripts/Game Rules/RuleSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class RuleSet : MonoBehaviour

void Awake()
{
SetMatchTime(1);
SetMatchTime(3);
StartMatchTimer();
}

Expand Down

0 comments on commit 03407e0

Please sign in to comment.