lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
8 lines • 397 B
JavaScript
import { groundedControllerManagers } from "../collections/pxCollections";
import createInternalSystem from "./utils/createInternalSystem";
export const dummyGroundedSystem = createInternalSystem("dummyGroundedSystem", {
data: {},
update: (self, data) => groundedControllerManagers.has(self) &&
data.poseService.send("JUMP_STOP")
});
//# sourceMappingURL=dummyGroundedSystem.js.map