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
This commit is contained in:
2024-01-08 23:34:32 +01:00
parent e1f711e03c
commit 02cf36a131
6 changed files with 163 additions and 4 deletions

View File

@@ -9,9 +9,11 @@
"author": "",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"jquery": "^3.7.1",
"three": "^0.158.0"
},
"devDependencies": {
"@rollup/plugin-inject": "^5.0.5",
"vite": "^4.5.0"
}
}