From e02d839cde5e1f648bbf70519eabcc1da202c67d Mon Sep 17 00:00:00 2001 From: swaggboi Date: Mon, 22 Jul 2024 14:53:13 -0400 Subject: [PATCH] Just use the fun ghost background for September too --- public/js/background.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/js/background.js b/public/js/background.js index 6f9c0f8..1001dd1 100644 --- a/public/js/background.js +++ b/public/js/background.js @@ -15,6 +15,7 @@ case 2: setImage('/images/background2.gif'); break; + case 8: case 9: setImage('/images/halloween_background_1.gif'); break;