- Update player class (all info in player.js in comment)
This commit is contained in:
Kum1ta
2024-08-19 23:57:19 +02:00
parent 227327fdf4
commit 6eb00a8fdf
9 changed files with 146 additions and 42 deletions

View File

@ -35,6 +35,18 @@
"node": ">=12"
}
},
"node_modules/@rollup/rollup-darwin-arm64": {
"version": "4.21.0",
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.21.0.tgz",
"integrity": "sha512-zOnKWLgDld/svhKO5PD9ozmL6roy5OQ5T4ThvdYZLpiOhEGY+dp2NwUmxK0Ld91LrbjrvtNAE0ERBwjqhZTRAA==",
"cpu": [
"arm64"
],
"license": "MIT",
"os": [
"darwin"
]
},
"node_modules/@rollup/rollup-linux-x64-gnu": {
"version": "4.21.0",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.21.0.tgz",

View File

@ -1,19 +1,19 @@
{
"hash": "0d872a36",
"configHash": "0b4c6e74",
"lockfileHash": "db0c8729",
"browserHash": "9bd24b43",
"hash": "b5ed7c4e",
"configHash": "4027b9ee",
"lockfileHash": "cd36b699",
"browserHash": "32c4be3f",
"optimized": {
"three": {
"src": "../../three/build/three.module.js",
"file": "three.js",
"fileHash": "cbcebf47",
"fileHash": "aeffa42d",
"needsInterop": false
},
"three/examples/jsm/controls/OrbitControls.js": {
"src": "../../three/examples/jsm/controls/OrbitControls.js",
"file": "three_examples_jsm_controls_OrbitControls__js.js",
"fileHash": "40fe091e",
"fileHash": "fcc35eca",
"needsInterop": false
}
},

View File

@ -0,0 +1,3 @@
# `@rollup/rollup-darwin-arm64`
This is the **aarch64-apple-darwin** binary for `rollup`

View File

@ -0,0 +1,19 @@
{
"name": "@rollup/rollup-darwin-arm64",
"version": "4.21.0",
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"files": [
"rollup.darwin-arm64.node"
],
"description": "Native bindings for Rollup",
"author": "Lukas Taegert-Atkinson",
"homepage": "https://rollupjs.org/",
"license": "MIT",
"repository": "rollup/rollup",
"main": "./rollup.darwin-arm64.node"
}

Binary file not shown.