From 4895b9d5e332733e2e4cd4da34a62e4863200b53 Mon Sep 17 00:00:00 2001 From: Elijah Cohen Date: Fri, 17 May 2019 22:12:07 -0500 Subject: [PATCH] putting paddle speed back down lol --- server/constants.js | 2 +- web/constants.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/server/constants.js b/server/constants.js index 8b57aad..d42b8df 100644 --- a/server/constants.js +++ b/server/constants.js @@ -23,7 +23,7 @@ var c = { // field BOARD_RADIUS: 10, // completely arbitrary actually... // paddle - DPADDLE: 0.2, + DPADDLE: 0.1, WIDTH_RATIO: 0.2, // paddle is 1/10th of gap rn } diff --git a/web/constants.js b/web/constants.js index 1874225..ddb0fb4 100644 --- a/web/constants.js +++ b/web/constants.js @@ -4,7 +4,6 @@ var c = { // matchmaker WS_PORT: 80, NUM_PLAYERS: 10, - MS_PER_FRAME: 100, WAIT_TIME: 60000, // 1 minute MAX_GAMES: 5, // the most games allowed to go on at once, to be tweaked as needed for purposes // gamestate -- 2.39.2