@hytopia.com/server-protocol 1.4.54 → 1.4.55

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": "@hytopia.com/server-protocol",
3
- "version": "1.4.54",
3
+ "version": "1.4.55",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -26,7 +26,7 @@ export type ParticleEmitterSchema = {
26
26
  o?: VectorSchema; // offset
27
27
  oe?: number; // opacity end
28
28
  oev?: number; // opacity end variance
29
- or?: number; // orientation mode: 0=billboard, 1=billboardY, 2=fixed
29
+ or?: number; // orientation mode: 0=billboard, 1=billboardY, 2=fixed, 3=velocity
30
30
  ofr?: VectorSchema; // orientation fixed rotation in degrees (x, y, z)
31
31
  os?: number; // opacity start
32
32
  osv?: number; // opacity start variance