Skip to content
Snippets Groups Projects
Commit 9948812c authored by Haakon Gunleiksrud's avatar Haakon Gunleiksrud
Browse files

Update PlayStateTemplate.java (Changed totalGameTime from 5 back to 30 sek)

parent 00a144da
Branches
No related tags found
1 merge request!59Resolve "ScoreState"
......@@ -14,7 +14,7 @@ public abstract class PlayStateTemplate extends State {
private Round round = null;
private Tournament tournament = null;
private Round nextRound = null;
protected float totalGameTime = 5f;
protected float totalGameTime = 30f;
public PlayStateTemplate(GameStateManager gsm){
super(gsm);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment