From 8ddc2af15b9223d736a3f80edc508fc3c995fd1a Mon Sep 17 00:00:00 2001 From: Stephanie Gredell Date: Thu, 21 Aug 2025 12:14:14 -0700 Subject: [PATCH] canvas state --- static/difficulty-select.html | 13 ------------- static/index.html | 15 --------------- static/states/CanvasState.js | 2 -- static/states/CanvasStateMachine.js | 4 ---- static/states/ConnectionState.js | 6 ------ static/success.html | 2 -- 6 files changed, 42 deletions(-) diff --git a/static/difficulty-select.html b/static/difficulty-select.html index 1e57e67..d8d1d3b 100644 --- a/static/difficulty-select.html +++ b/static/difficulty-select.html @@ -607,19 +607,6 @@ window.location.href = '/game-modes'; } }); - - // Add hover sound effects (you'd need actual audio files) - document.querySelectorAll('.difficulty-card').forEach(card => { - card.addEventListener('mouseenter', () => { - // Play hover sound - console.log('🔊 Hover sound effect'); - }); - - card.addEventListener('click', () => { - // Play click sound - console.log('🔊 Click sound effect'); - }); - }); diff --git a/static/index.html b/static/index.html index 6c87e3d..9fda959 100644 --- a/static/index.html +++ b/static/index.html @@ -1020,21 +1020,6 @@