Skip to content
Snippets Groups Projects
Commit 4133c0fa authored by Turid Cecilie Dahl's avatar Turid Cecilie Dahl
Browse files
parents a9e84f9b 0bde3edf
Branches
No related tags found
No related merge requests found
......@@ -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