From: Elijah Cohen Date: Sat, 18 May 2019 03:12:07 +0000 (-0500) Subject: putting paddle speed back down lol X-Git-Url: https://git.eli173.com/?a=commitdiff_plain;h=4895b9d5e332733e2e4cd4da34a62e4863200b53;p=pong_br putting paddle speed back down lol --- 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