summaryrefslogtreecommitdiff
path: root/src/engine/levels/LevelNames.ts
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth@simponic.xyz>2025-03-06 08:44:43 -0700
committerElizabeth Hunt <elizabeth@simponic.xyz>2025-03-06 08:44:43 -0700
commit958134419d7913dc7dda0d4cd1982c51d8bd1a23 (patch)
treed06b7f84be8d43db63e360efedf467fe3d803217 /src/engine/levels/LevelNames.ts
parent78797aa175651d53df21d3f8d5c51a55649aaced (diff)
downloadthe-abstraction-engine-church-numerals.tar.gz
the-abstraction-engine-church-numerals.zip
checkpointchurch-numerals
Diffstat (limited to 'src/engine/levels/LevelNames.ts')
-rw-r--r--src/engine/levels/LevelNames.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/levels/LevelNames.ts b/src/engine/levels/LevelNames.ts
index 7f3c4f1..c8182ab 100644
--- a/src/engine/levels/LevelNames.ts
+++ b/src/engine/levels/LevelNames.ts
@@ -1,5 +1,6 @@
export namespace LevelNames {
export const Tutorial = "0";
export const CarCadr = "1";
+ export const ChurchNumeralsOne = "2";
export const LevelSelection = "LevelSelection";
}