event systems
This commit is contained in:
@@ -2,11 +2,17 @@
|
||||
export { default as useScene } from "./store/useScene";
|
||||
|
||||
// Hooks
|
||||
export { useRegistry } from "./hooks/scene-registry/scene-registry";
|
||||
export {
|
||||
sceneRegistry,
|
||||
useRegistry,
|
||||
} from "./hooks/scene-registry/scene-registry";
|
||||
|
||||
// Systems
|
||||
export { LevelSystem } from "./systems/level/level-system";
|
||||
export { WallSystem } from "./systems/wall/wall-system";
|
||||
|
||||
// Events
|
||||
export { emitter } from "./events/bus";
|
||||
|
||||
// Schema
|
||||
export * from "./schema";
|
||||
|
||||
Reference in New Issue
Block a user