diff --git a/images/Nightmare on Elm Street/1.png b/images/A Nightmare on Elm Street/1.png similarity index 100% rename from images/Nightmare on Elm Street/1.png rename to images/A Nightmare on Elm Street/1.png diff --git a/images/Nightmare on Elm Street/2.png b/images/A Nightmare on Elm Street/2.png similarity index 100% rename from images/Nightmare on Elm Street/2.png rename to images/A Nightmare on Elm Street/2.png diff --git a/images/Nightmare on Elm Street/3.png b/images/A Nightmare on Elm Street/3.png similarity index 100% rename from images/Nightmare on Elm Street/3.png rename to images/A Nightmare on Elm Street/3.png diff --git a/images/Nightmare on Elm Street/4.png b/images/A Nightmare on Elm Street/4.png similarity index 100% rename from images/Nightmare on Elm Street/4.png rename to images/A Nightmare on Elm Street/4.png diff --git a/images/Nightmare on Elm Street/poster.jpg b/images/A Nightmare on Elm Street/poster.jpg similarity index 100% rename from images/Nightmare on Elm Street/poster.jpg rename to images/A Nightmare on Elm Street/poster.jpg diff --git a/main.js b/main.js index 6779de9..a943011 100644 --- a/main.js +++ b/main.js @@ -49,7 +49,7 @@ function revealButtons(g = guessNo){ - var movies = [["The Texas Chainsaw Massacre",1,"Sally Hardesty"],["It Follows",2,"Jaime Height"],["Friday the 13th",0,"Alice Hardy"],["Event Horizon",2,"Lieutenant Starck"],["Hellraiser",2,"Kirsty Cotton"],["Nightmare on Elm Street",1,"Nancy Thompson"],["The Cabin in the Woods",2],["American Psycho",0]]; + var movies = [["The Texas Chainsaw Massacre",1,"Sally Hardesty"],["It Follows",2,"Jaime Height"],["Friday the 13th",0,"Alice Hardy"],["Event Horizon",2,"Lieutenant Starck"],["Hellraiser",2,"Kirsty Cotton"],["A Nightmare on Elm Street",1,"Nancy Thompson"],["The Cabin in the Woods",2],["American Psycho",0]]; var pix = []; // autocomplete(document.getElementById("guess"), movies); var gameBeginning = new Date('September 24, 2022 00:00:00');