diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-01 22:04:57 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-01 22:04:57 -0700 |
commit | 55024f44c3713049c68e4f3f23ecdc3633cd4a24 (patch) | |
tree | 5989a20209f7b1e3a06f2eeca70b56a9bd2f7995 /src/engine/config/assets.ts | |
parent | c3242b171cdbb36a26fda04c7148b9b40a5f5c33 (diff) | |
download | the-abstraction-engine-55024f44c3713049c68e4f3f23ecdc3633cd4a24.tar.gz the-abstraction-engine-55024f44c3713049c68e4f3f23ecdc3633cd4a24.zip |
add function box entity
Diffstat (limited to 'src/engine/config/assets.ts')
-rw-r--r-- | src/engine/config/assets.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/engine/config/assets.ts b/src/engine/config/assets.ts index 173bab3..bf41461 100644 --- a/src/engine/config/assets.ts +++ b/src/engine/config/assets.ts @@ -1,5 +1,4 @@ -import type { SpriteSpec } from "./sprites"; -import { SPRITE_SPECS } from "./sprites"; +import { type SpriteSpec, SPRITE_SPECS } from "."; export const IMAGES = new Map<string, HTMLImageElement>(); |