From 5b8b3abcba8746502014266583907421b71a330b Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Thu, 8 Feb 2024 18:36:10 -0700 Subject: add hungry partner function --- src/scenes/index.ts | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'src/scenes/index.ts') diff --git a/src/scenes/index.ts b/src/scenes/index.ts index 56fda2b..d21da3b 100644 --- a/src/scenes/index.ts +++ b/src/scenes/index.ts @@ -4,12 +4,14 @@ import partone from "./partone?scene"; import flirtingwithfunctions from "./flirtingwithfunctions?scene"; import doctor from "./doctor?scene"; import first_box from "./first_box?scene"; +import hungry_partner from "./hungry_partner?scene"; export const scenes = [ - title, - me, - partone, - flirtingwithfunctions, - doctor, - first_box, + // title, + // me, + // partone, + // flirtingwithfunctions, + // doctor, + // first_box, + hungry_partner, ]; -- cgit v1.2.3-70-g09d2