From 60c921ec16743953793b5d44c775166c1d9332e7 Mon Sep 17 00:00:00 2001 From: As90909w <163041654+As90909w@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:22:32 -0700 Subject: [PATCH] Rename games.js to games.dart --- Jason/{games.js => games.dart} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Jason/{games.js => games.dart} (99%) diff --git a/Jason/games.js b/Jason/games.dart similarity index 99% rename from Jason/games.js rename to Jason/games.dart index 647f085..b3bc8ed 100644 --- a/Jason/games.js +++ b/Jason/games.dart @@ -208,4 +208,4 @@ document.addEventListener('keydown', function (e) { hiiCurrent = 0; document.querySelector('.hii').removeAttribute('hidden'); } -}); \ No newline at end of file +});