summaryrefslogtreecommitdiff
path: root/src/engine/levels
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/levels')
-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 }),