diff options
Diffstat (limited to 'src/scenes/index.ts')
-rw-r--r-- | src/scenes/index.ts | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/scenes/index.ts b/src/scenes/index.ts index 8544e23..1b467c0 100644 --- a/src/scenes/index.ts +++ b/src/scenes/index.ts @@ -8,12 +8,12 @@ import hungry_partner from "./hungry_partner?scene"; import pure_functions from "./pure_functions?scene"; export const scenes = [ - title, - me, - partone, - flirtingwithfunctions, - doctor, - first_box, - hungry_partner, + //title, + //me, + //partone, + //flirtingwithfunctions, + //doctor, + //first_box, + //hungry_partner, pure_functions, ]; |