From ea6c1eef48ba8d39defdd8cd78adc45ae660caf9 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Thu, 7 Mar 2024 22:55:41 -0700 Subject: fuck --- src/engine/levels/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/levels/index.ts') 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 = { [LevelNames.LevelSelection]: [LevelNames.Tutorial], }; -- cgit v1.2.3-70-g09d2