From 02cf36a131fb4b85f5feb10a3d6b51f474646612 Mon Sep 17 00:00:00 2001 From: LJ5O <75009579+LJ5O@users.noreply.github.com> Date: Mon, 8 Jan 2024 23:34:32 +0100 Subject: [PATCH] Started to add a notification div We just need to correctly implement Jquery and we will be able to show notifications in the game Also updated npm modules --- index.html | 26 +++++++++ package-lock.json | 99 +++++++++++++++++++++++++++++++++-- package.json | 2 + src/main.js | 14 +++++ src/utils/addAssetsOnScene.js | 13 ++++- src/vite.config.js | 13 +++++ 6 files changed, 163 insertions(+), 4 deletions(-) create mode 100644 src/vite.config.js diff --git a/index.html b/index.html index 88ef966..72c7182 100644 --- a/index.html +++ b/index.html @@ -5,9 +5,35 @@