diff options
author | Elizabeth Hunt <elizabeth@simponic.xyz> | 2025-03-02 19:11:33 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth@simponic.xyz> | 2025-03-02 19:11:33 -0700 |
commit | 78797aa175651d53df21d3f8d5c51a55649aaced (patch) | |
tree | cd3c5e168e069c5ac2c18514f0f69543d077ec30 /src/engine/levels/CarCadr.ts | |
parent | 196773c3637f7dcf2a53a6cb9b3a8e8f790cce71 (diff) | |
download | the-abstraction-engine-78797aa175651d53df21d3f8d5c51a55649aaced.tar.gz the-abstraction-engine-78797aa175651d53df21d3f8d5c51a55649aaced.zip |
Diffstat (limited to 'src/engine/levels/CarCadr.ts')
-rw-r--r-- | src/engine/levels/CarCadr.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/levels/CarCadr.ts b/src/engine/levels/CarCadr.ts index ee50ee9..10ff6d9 100644 --- a/src/engine/levels/CarCadr.ts +++ b/src/engine/levels/CarCadr.ts @@ -60,7 +60,6 @@ export class CarCadr extends Level { new Wall({ x: 10, y: 5 }), new Wall({ x: 12, y: 5 }), new Wall({ x: 12, y: 3 }), - new Piston({ x: 10, y: 6 }, Direction.RIGHT), new FunctionApplication({ x: 12, y: 6 }, "(_INPUT _KEY)"), new Wall({ x: 10, y: 7 }), new Wall({ x: 11, y: 7 }), |