From 1161eb1c1f7cab0a1b011894c53320221fd6af74 Mon Sep 17 00:00:00 2001 From: Tom Tibs Date: Sun, 28 Jul 2019 20:30:51 -0500 Subject: [PATCH] added some stuff idr what. --- .idea/workspace.xml | 47 ++++++++++++++++++++++++--------------------- game.js | 2 +- 2 files changed, 26 insertions(+), 23 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 33e5b84..2c57751 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,9 @@ - + + + @@ -32,11 +34,11 @@ - + - - + + @@ -71,7 +73,7 @@ - + @@ -119,8 +121,8 @@ owner inithorse draw - final results draw horses + final results cyclesRemaining @@ -136,9 +138,9 @@ @@ -152,10 +154,10 @@ - @@ -237,24 +239,25 @@ - - + + - + - + @@ -354,13 +357,6 @@ - - - - - - - @@ -371,5 +367,12 @@ + + + + + + + \ No newline at end of file diff --git a/game.js b/game.js index b6323b2..7fbe5b4 100644 --- a/game.js +++ b/game.js @@ -31,7 +31,7 @@ const BG_CANVAS = document.getElementById("bgcanvas"); const BG_CTX = BG_CANVAS.getContext("2d"); const CTX = GAME_CANVAS.getContext("2d"); -const COUNTDOWN_START_SECS = 10; +const COUNTDOWN_START_SECS = 30; // Size parameters, they will be adjusted to fit the size of the screen let WIDTH = GAME_CANVAS.width;