Skip to content

Commit

Permalink
Merge pull request #22 from Capstone-Projects-2021-Spring/gamerules_2
Browse files Browse the repository at this point in the history
Changed game timer to 3 mins
  • Loading branch information
justabird3 authored Mar 29, 2021
2 parents cbca610 + 03407e0 commit 925dba5
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 925dba5

Please sign in to comment.