From f6ffa422d9ebaf9cad966c260c994c731c730ff8 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 24 Mar 2024 22:03:25 -0600 Subject: ready for prod --- src/engine/levels/Tutorial.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/engine/levels/Tutorial.ts') diff --git a/src/engine/levels/Tutorial.ts b/src/engine/levels/Tutorial.ts index a8ba8d0..895b569 100644 --- a/src/engine/levels/Tutorial.ts +++ b/src/engine/levels/Tutorial.ts @@ -39,11 +39,11 @@ export class Tutorial extends Level { const entities = [ ...grasses, new Sign( - "this is a Lambda Factory

modify the produced term by interacting from the top or bottom ↕️

then produce the term by pressing the button on the left or right ↔️

", + "
this is a Lambda Factory

modify the produced term by interacting from the top or bottom ↕️

then produce the term by pressing the button on the left or right ↔️

", { x: 4, y: 3 }, ), new Sign( - "this is a Term Application; interact to view its code

push the term ➡️ created by the factory any direction into the Application to produce a new one 💭

. _INPUT is the term replaced by the pushed term

. in this case _KEY is applied to the function to make a new KEY! 🔑", + "this is a Term Application; interact to view its code

push the term ➡️ created by the factory any direction into the Application to produce a new one 💭

note that:

+ _INPUT is the term replaced by the pushed term

+ in this case _KEY is applied to the function to make a new KEY! 🔑", { x: 4, y: 6 }, ), new Wall({ x: 10, y: 9 }), -- cgit v1.2.3-70-g09d2