@quake2ts/test-utils 0.0.745 → 0.0.748

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/dist/index.js CHANGED
@@ -460,7 +460,9 @@ function createPlayerEntityFactory(overrides = {}) {
460
460
  states: /* @__PURE__ */ new Map(),
461
461
  // Initialize states map correctly
462
462
  activeWeaponId: null
463
- }
463
+ },
464
+ gun_frame: 0
465
+ // Initialize gun_frame
464
466
  },
465
467
  ...overrides
466
468
  });