spoint 0.1.73 → 0.1.74

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.
@@ -246,7 +246,7 @@ function findSpawnPoints(ctx) {
246
246
  if (hit.hit && hit.position[1] > -3) valid.push([x, hit.position[1] + 2, z])
247
247
  }
248
248
  }
249
- if (valid.length < 4) valid.push([0, 25, 0], [-35, 25, -65], [20, 25, -20], [-20, 25, 20])
249
+ if (valid.length < 4) valid.push([0, 5, 0], [-35, 3, -65], [20, 5, -20], [-20, 5, 20])
250
250
  return valid
251
251
  }
252
252
 
@@ -58,7 +58,7 @@ export default {
58
58
  fadeTime: 0.15
59
59
  },
60
60
  entities: [
61
- { id: 'environment', model: './apps/tps-game/schwust.glb', position: [0, 20, 0], app: 'environment' },
61
+ { id: 'environment', model: './apps/tps-game/schwust.glb', position: [0, -10, 0], app: 'environment' },
62
62
  { id: 'game', position: [0, 0, 0], app: 'tps-game' },
63
63
  { id: 'power-crates', position: [0, 0, 0], app: 'power-crate' },
64
64
  { id: 'interact-box', position: [-100, 3, -100], app: 'interactable' }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spoint",
3
- "version": "0.1.73",
3
+ "version": "0.1.74",
4
4
  "description": "Physics and netcode SDK for multiplayer game servers",
5
5
  "type": "module",
6
6
  "main": "src/index.js",