added some stuff idr what.

This commit is contained in:
2019-07-28 20:30:51 -05:00
parent 02ab548838
commit 1161eb1c1f
2 changed files with 26 additions and 23 deletions

View File

@@ -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;