summaryrefslogtreecommitdiff
path: root/src/engine/TheAbstractionEngine.ts
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-04 16:31:27 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-04 16:31:27 -0700
commitd74523d15d37a1809a797beda962c957fba181b2 (patch)
treef5a7e7866940e477602249da8191d75988784ee7 /src/engine/TheAbstractionEngine.ts
parentf4ad269f8b9f9b0bfcc60bb2584316c3fdd10d10 (diff)
downloadthe-abstraction-engine-d74523d15d37a1809a797beda962c957fba181b2.tar.gz
the-abstraction-engine-d74523d15d37a1809a797beda962c957fba181b2.zip
checkpoint
Diffstat (limited to 'src/engine/TheAbstractionEngine.ts')
-rw-r--r--src/engine/TheAbstractionEngine.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/TheAbstractionEngine.ts b/src/engine/TheAbstractionEngine.ts
index 30c3422..09419ff 100644
--- a/src/engine/TheAbstractionEngine.ts
+++ b/src/engine/TheAbstractionEngine.ts
@@ -58,7 +58,7 @@ export class TheAbstractionEngine {
const wall = new Wall({ x: 5, y: 3 });
this.game.addEntity(wall);
- const factory = new LambdaFactory({ x: 6, y: 6 }, "(λ (x) . x)", 10);
+ const factory = new LambdaFactory({ x: 3, y: 3 }, "(λ (x) . x)", 10);
this.game.addEntity(factory);
const lockedDoor = new LockedDoor({ x: 8, y: 8 });