summaryrefslogtreecommitdiff
path: root/src/engine/levels
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-24 22:03:25 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-24 22:03:25 -0600
commitf6ffa422d9ebaf9cad966c260c994c731c730ff8 (patch)
treeee3adf75fb47d00b70d9686fe335a889d6ebb535 /src/engine/levels
parent3d18643be057ed1fe1a5a0e6b4d8da918488b229 (diff)
downloadthe-abstraction-engine-f6ffa422d9ebaf9cad966c260c994c731c730ff8.tar.gz
the-abstraction-engine-f6ffa422d9ebaf9cad966c260c994c731c730ff8.zip
ready for prodmoar-levels
Diffstat (limited to 'src/engine/levels')
-rw-r--r--src/engine/levels/Tutorial.ts4
1 files changed, 2 insertions, 2 deletions
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<br><br>modify the produced term by interacting from the top or bottom ↕️<br><br>then produce the term by pressing the button on the left or right ↔️<br><br>",
+ "<div>this is a Lambda Factory<br><br>modify the produced term by interacting from the top or bottom ↕️<br><br>then produce the term by pressing the button on the left or right ↔️<br><br></div>",
{ x: 4, y: 3 },
),
new Sign(
- "this is a Term Application; interact to view its code<br><br>push the term ➡️ created by the factory any direction into the Application to produce a new one 💭<br><br>. _INPUT is the term replaced by the pushed term<br><br>. in this case _KEY is applied to the function to make a new KEY! 🔑",
+ "this is a Term Application; interact to view its code<br><br>push the term ➡️ created by the factory any direction into the Application to produce a new one 💭<br><br>note that:<br><br>+ _INPUT is the term replaced by the pushed term<br><br>+ in this case _KEY is applied to the function to make a new KEY! 🔑",
{ x: 4, y: 6 },
),
new Wall({ x: 10, y: 9 }),