fix auto-attack targeting

This commit is contained in:
2025-01-13 11:45:26 +09:00
parent 49a4d3e924
commit 03bbea4862
8 changed files with 32 additions and 134 deletions
-7
View File
@@ -10,7 +10,6 @@
"license": "UNLICENSED",
"dependencies": {
"@tweenjs/tween.js": "^25.0.0",
"quickhull": "^1.0.3",
"sat": "^0.9.0",
"three": "^0.171.0",
"websocket-express": "^3.1.2"
@@ -753,12 +752,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/quickhull": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/quickhull/-/quickhull-1.0.3.tgz",
"integrity": "sha512-AQbLaXdzGDJdO9Mu3qY/NY5JWlDqIutCLW8vJbsQTq+/bydIZeltnMVRKCElp81Y5/uRm4Yw/RsMdcltFYsS6w==",
"license": "MIT"
},
"node_modules/range-parser": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",