quake2ts 0.0.691 → 0.0.693

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quake2ts",
3
- "version": "0.0.691",
3
+ "version": "0.0.693",
4
4
  "description": "Quake II re-release port to TypeScript with WebGL renderer - A complete game engine with physics, networking, and BSP rendering",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -1256,7 +1256,9 @@ function createMockGameExports(overrides) {
1256
1256
  onMapUnload: import_vitest5.vi.fn(),
1257
1257
  onPlayerSpawn: import_vitest5.vi.fn(),
1258
1258
  onPlayerDeath: import_vitest5.vi.fn(),
1259
- register: import_vitest5.vi.fn()
1259
+ register: import_vitest5.vi.fn(),
1260
+ onPickup: import_vitest5.vi.fn()
1261
+ // Added onPickup mock
1260
1262
  },
1261
1263
  setSpectator: import_vitest5.vi.fn(),
1262
1264
  registerEntitySpawn: import_vitest5.vi.fn(),