From 88935a5b7ded11b9ae034bc7cdf4f85f296f148b Mon Sep 17 00:00:00 2001 From: elioat Date: Sat, 11 Jan 2025 09:47:51 -0500 Subject: * --- html/cards/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/cards') diff --git a/html/cards/script.js b/html/cards/script.js index 9d76e24..b6bb9dc 100644 --- a/html/cards/script.js +++ b/html/cards/script.js @@ -123,7 +123,7 @@ const initializeGame = () => { // Add event listener for the 'r' key document.addEventListener('keydown', e => { - if (e.key === 'r') { + if (e.key === 'q') { handleResetGame(); } }); -- cgit 1.4.1-2-gfad0