diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-07 22:55:41 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-07 22:55:41 -0700 |
commit | ea6c1eef48ba8d39defdd8cd78adc45ae660caf9 (patch) | |
tree | 1ec594f68ea7925b9e10c267ac221e1daf4d1bc6 /src/engine/levels/index.ts | |
parent | ebae24f5a3a251654a1e41be58f52ba2a777d9d7 (diff) | |
download | the-abstraction-engine-ea6c1eef48ba8d39defdd8cd78adc45ae660caf9.tar.gz the-abstraction-engine-ea6c1eef48ba8d39defdd8cd78adc45ae660caf9.zip |
fuck
Diffstat (limited to 'src/engine/levels/index.ts')
-rw-r--r-- | src/engine/levels/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/levels/index.ts b/src/engine/levels/index.ts index 36291aa..bae7fea 100644 --- a/src/engine/levels/index.ts +++ b/src/engine/levels/index.ts @@ -7,6 +7,6 @@ import { LevelNames } from "."; import { LevelSelection, Tutorial, Level } from "."; export const LEVELS: Level[] = [new LevelSelection(), new Tutorial()]; -export const LEVEL_PROGRESSION = { +export const LEVEL_PROGRESSION: Record<string, string[]> = { [LevelNames.LevelSelection]: [LevelNames.Tutorial], }; |