diff options
author | Elizabeth Hunt <elizabeth@simponic.xyz> | 2025-03-02 16:32:01 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth@simponic.xyz> | 2025-03-02 16:32:01 -0700 |
commit | d8511f4ad3bc3a326de7f7af2fb8703d5f471e36 (patch) | |
tree | aaf7a91a60eb7436f0d00883cd54ecb90d703d8e /src/engine/levels/CarCadr.ts | |
parent | 16eb0ad4d5d8b2ba915eae5190e6b0cfe8a1573c (diff) | |
download | the-abstraction-engine-d8511f4ad3bc3a326de7f7af2fb8703d5f471e36.tar.gz the-abstraction-engine-d8511f4ad3bc3a326de7f7af2fb8703d5f471e36.zip |
run prettier
Diffstat (limited to 'src/engine/levels/CarCadr.ts')
-rw-r--r-- | src/engine/levels/CarCadr.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/levels/CarCadr.ts b/src/engine/levels/CarCadr.ts index 07c6f11..8875623 100644 --- a/src/engine/levels/CarCadr.ts +++ b/src/engine/levels/CarCadr.ts @@ -75,4 +75,4 @@ export class CarCadr extends Level { entities.forEach((entity) => game.addEntity(entity)); } -}
\ No newline at end of file +} |