summaryrefslogtreecommitdiff
path: root/src/engine/levels/CarCadr.ts
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth@simponic.xyz>2025-03-02 19:11:33 -0700
committerElizabeth Hunt <elizabeth@simponic.xyz>2025-03-02 19:11:33 -0700
commit78797aa175651d53df21d3f8d5c51a55649aaced (patch)
treecd3c5e168e069c5ac2c18514f0f69543d077ec30 /src/engine/levels/CarCadr.ts
parent196773c3637f7dcf2a53a6cb9b3a8e8f790cce71 (diff)
downloadthe-abstraction-engine-main.tar.gz
the-abstraction-engine-main.zip
pistonsHEADmain
Diffstat (limited to 'src/engine/levels/CarCadr.ts')
-rw-r--r--src/engine/levels/CarCadr.ts1
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 }),