From b812807483477fca473ba57c082b2e28f03ed6b6 Mon Sep 17 00:00:00 2001 From: HS230-Arch Date: Mon, 14 Jun 2021 10:43:58 +0200 Subject: [PATCH] ready for heroku --- index.js | 2 +- public/index.html | 30 +----------------------------- 2 files changed, 2 insertions(+), 30 deletions(-) diff --git a/index.js b/index.js index c4201db..9be8260 100644 --- a/index.js +++ b/index.js @@ -236,7 +236,7 @@ function gameInit() { //initialize the game "usedWordSets": [], //keys of sets used "setIndex": 0, //current set "imposterIndex": 0, // if the imposter gets the first or the second word of the word pair - "talkTime": 3, // time for players to talk in seconds + "talkTime": 30, // time for players to talk in seconds "voteTime": 10, //time for players to vote in seconds "canVote": false, //when a client sends a imposter vote, it will only be registered if this is true "canVoteCorrectnes": false, //when a client sends a correctnes vote, it will only be registered if this is true diff --git a/public/index.html b/public/index.html index 534bcb6..bcf8c72 100644 --- a/public/index.html +++ b/public/index.html @@ -100,35 +100,7 @@
-