diff --git a/game.js b/game.js index 57a917a..658c357 100644 --- a/game.js +++ b/game.js @@ -3915,6 +3915,10 @@ function applyGradient() { toggleGradientSelector(); // Close the selector container after applying the gradient } +function exitGradient(){ + toggleGradientSelector() +} + // Function to display instructions document.querySelector('.instructions').addEventListener('click', () => { diff --git a/index.html b/index.html index f503b4d..a4d2ea3 100644 --- a/index.html +++ b/index.html @@ -190,6 +190,12 @@
+
+ +
+