diff options
author | Elizabeth Hunt <elizabeth@simponic.xyz> | 2025-03-06 08:44:43 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth@simponic.xyz> | 2025-03-06 08:44:43 -0700 |
commit | 958134419d7913dc7dda0d4cd1982c51d8bd1a23 (patch) | |
tree | d06b7f84be8d43db63e360efedf467fe3d803217 /src/engine/levels/CarCadr.ts | |
parent | 78797aa175651d53df21d3f8d5c51a55649aaced (diff) | |
download | the-abstraction-engine-church-numerals.tar.gz the-abstraction-engine-church-numerals.zip |
checkpointchurch-numerals
Diffstat (limited to 'src/engine/levels/CarCadr.ts')
-rw-r--r-- | src/engine/levels/CarCadr.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/levels/CarCadr.ts b/src/engine/levels/CarCadr.ts index 10ff6d9..8875623 100644 --- a/src/engine/levels/CarCadr.ts +++ b/src/engine/levels/CarCadr.ts @@ -9,8 +9,6 @@ import { Player, Wall, } from "../entities"; -import { Piston } from "../entities/Piston"; -import { Direction } from "../interfaces"; import { Grid, SystemNames } from "../systems"; import { normalRandom } from "../utils"; |