diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-08-17 22:42:09 -0600 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-08-17 22:42:09 -0600 |
commit | 432ce5428f357f31ae090d55c5183b4eccd5a37c (patch) | |
tree | a616ff32a1ac2a3f305c089954cdf6e6432f1ad8 /engine/structures/index.ts | |
parent | 1c28e10b860056d85cc07e5a834c4a54eac14563 (diff) | |
download | jumpstorm-432ce5428f357f31ae090d55c5183b4eccd5a37c.tar.gz jumpstorm-432ce5428f357f31ae090d55c5183b4eccd5a37c.zip |
increase collision performance _heavily_
Diffstat (limited to 'engine/structures/index.ts')
-rw-r--r-- | engine/structures/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/structures/index.ts b/engine/structures/index.ts index 605a82a..49a84af 100644 --- a/engine/structures/index.ts +++ b/engine/structures/index.ts @@ -1 +1,3 @@ +export * from "./RefreshingCollisionFinderBehavior"; export * from "./QuadTree"; +export * from "./Grid"; |