diff options
| author | Elizabeth Hunt <elizabeth@simponic.xyz> | 2025-03-02 17:06:49 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth@simponic.xyz> | 2025-03-02 17:11:01 -0700 |
| commit | 491a1d05a5f001d8f5155b9169547d461ac7e8b2 (patch) | |
| tree | 708128dff7c4ad61716680646f2c11def4e331e5 /src/engine/components/index.ts | |
| parent | d8511f4ad3bc3a326de7f7af2fb8703d5f471e36 (diff) | |
| download | the-abstraction-engine-ts-491a1d05a5f001d8f5155b9169547d461ac7e8b2.tar.gz the-abstraction-engine-ts-491a1d05a5f001d8f5155b9169547d461ac7e8b2.zip | |
implement a radial observation system
Diffstat (limited to 'src/engine/components/index.ts')
| -rw-r--r-- | src/engine/components/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/components/index.ts b/src/engine/components/index.ts index d3b2fd0..0e5f85c 100644 --- a/src/engine/components/index.ts +++ b/src/engine/components/index.ts @@ -8,6 +8,7 @@ export * from "./Control"; export * from "./Highlight"; export * from "./Interactable"; export * from "./Pushable"; +export * from "./RadialObserve"; export * from "./Colliding"; export * from "./GridSpawn"; export * from "./Text"; |
