@babylonjsmarket/arcade 0.3.2 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -12
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -163,18 +163,6 @@ These panels ship as **TypeScript source**, not pre-compiled JS, because Solid's
|
|
|
163
163
|
|
|
164
164
|
The plain `@babylonjsmarket/arcade` entry has **no Solid dependency** and is pre-built JS — it works in any ESM bundler.
|
|
165
165
|
|
|
166
|
-
## What's not in this package (yet)
|
|
167
|
-
|
|
168
|
-
The full BJSM component library has more. These are intentionally out of v0.1:
|
|
169
|
-
|
|
170
|
-
- **AI behaviors** — `AISeek`, `AIShoot`, `AIGoalSeek`, `AISteering`, `AIAvoidance`, `AICoach`, `AIBrakeNearBall`, `AIKick`, `AIZone`, `CoverSeek`
|
|
171
|
-
- **Combat** — `Bullet`, `BulletPool`, `Hitscan`, `BlastRadius`, `Health`, `FloatingDamageNumbers`, `Shooter`, `AimIndicator`, `Stamina`
|
|
172
|
-
- **Camera polish** — `CameraShake`, `AutoDollyCamera`, `SnapOrbitCamera`, `SpectatorCamera`, `OrbitMover`, `Stride`
|
|
173
|
-
- **Game directors** — `PongDirector`, `MissileCommand3DDirector`, `PuckBouncer`, `BallPossession`, `BallReset`, `Goal`, `TeamSpawner`, `PillarSpawner`
|
|
174
|
-
- **Debug** — `BehaviorInspector`, `CollisionDebugger`, `PlaybackControl`
|
|
175
|
-
|
|
176
|
-
These live in the broader [BabylonJS Market](https://babylonjsmarket.com) catalog and may ship as additional npm packages (`@babylonjsmarket/arcade-ai`, etc.) in future releases.
|
|
177
|
-
|
|
178
166
|
## See also
|
|
179
167
|
|
|
180
168
|
- **[@babylonjsmarket/ecs](https://www.npmjs.com/package/@babylonjsmarket/ecs)** — The ECS framework this package is built on.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@babylonjsmarket/arcade",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Reusable arcade-style components (mesh, camera, lights, input, physics, scoring, animation) for the @babylonjsmarket/ecs framework",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"author": "BabylonJS Market",
|
|
12
12
|
"bin": {
|
|
13
|
-
"arcade": "
|
|
13
|
+
"arcade": "dist/cli/index.js"
|
|
14
14
|
},
|
|
15
15
|
"exports": {
|
|
16
16
|
".": {
|