From caaab036743d41f556d7a5c469a078cc23079d34 Mon Sep 17 00:00:00 2001 From: elioat Date: Sun, 8 Dec 2024 10:24:00 -0500 Subject: * --- html/mountain/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/mountain') diff --git a/html/mountain/game.js b/html/mountain/game.js index 3d09add..6c5737f 100644 --- a/html/mountain/game.js +++ b/html/mountain/game.js @@ -778,7 +778,7 @@ hardModeButton.addEventListener('click', () => { superHardModeButton.addEventListener('click', () => { superHardMode = !superHardMode; hardMode = false; - superHardModeButton.textContent = `SUPER Hard Mode: ${superHardMode ? 'ON' : 'OFF'}`; + superHardModeButton.textContent = `Super Hard Mode: ${superHardMode ? 'ON' : 'OFF'}`; hardModeButton.textContent = 'Hard Mode: OFF'; resetPlayer(); superHardModeButton.blur(); -- cgit 1.4.1-2-gfad0