diff options
Diffstat (limited to 'src/scenes/index.ts')
-rw-r--r-- | src/scenes/index.ts | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/scenes/index.ts b/src/scenes/index.ts index 8eab357..8b53e09 100644 --- a/src/scenes/index.ts +++ b/src/scenes/index.ts @@ -6,6 +6,9 @@ import doctor from "./doctor?scene"; import first_box from "./first_box?scene"; import hungry_partner from "./hungry_partner?scene"; import pure_functions from "./pure_functions?scene"; +import valentines_letters from "./valentines_letters?scene"; +import birthday_letters from "./birthday_letters?scene"; +import sad_people from "./sad_people?scene"; export const scenes = [ //title, @@ -14,6 +17,9 @@ export const scenes = [ //flirtingwithfunctions, //doctor, //first_box, - hungry_partner, - pure_functions, + //hungry_partner, + //pure_functions, + //valentines_letters, + sad_people, + birthday_letters, ]; |