Worked on sprite manager

This commit is contained in:
2024-07-25 04:05:31 +02:00
parent 47474b3d97
commit 1782ad0bc1
6 changed files with 238 additions and 114 deletions

View File

@ -23,6 +23,7 @@
"socket.io-client": "^4.7.5",
"universal-cookie": "^6.1.3",
"vue": "^3.4.33",
"vue-draggable-plus": "^0.5.2",
"zod": "^3.23.8"
},
"devDependencies": {
@ -51,6 +52,6 @@
"vite": "^5.3.4",
"vite-plugin-vue-devtools": "^7.3.6",
"vitest": "^2.0.3",
"vue-tsc": "^2.0.26"
"vue-tsc": "^1.6.5"
}
}