diff options
author | Elizabeth Hunt <elizabeth@simponic.xyz> | 2025-03-06 08:44:43 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth@simponic.xyz> | 2025-03-06 08:44:43 -0700 |
commit | 958134419d7913dc7dda0d4cd1982c51d8bd1a23 (patch) | |
tree | d06b7f84be8d43db63e360efedf467fe3d803217 /src/engine/levels/LevelNames.ts | |
parent | 78797aa175651d53df21d3f8d5c51a55649aaced (diff) | |
download | the-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.ts | 1 |
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"; } |