From 6acbe130859f26c1e9fee7d42fa58830d94372d0 Mon Sep 17 00:00:00 2001 From: Lucas Leung <66652566+mrworldwide1@users.noreply.github.com> Date: Tue, 25 Jul 2023 12:41:04 -0400 Subject: [PATCH] ergb --- game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.js b/game.js index 839f172..88ba0e0 100644 --- a/game.js +++ b/game.js @@ -7,7 +7,7 @@ // Get localStorage autosave working by following tutorial // Create upgrades screen and implement the upgrades -//-----------------------Setup-----------------------// +//-----------------------Setup Variables-----------------------// const bgColor = 235; const windowWidth = 1280; const windowHeight = 720;