diff --git a/src/components/Game.svelte b/src/components/Game.svelte index 4538d92..46a3774 100644 --- a/src/components/Game.svelte +++ b/src/components/Game.svelte @@ -5,6 +5,8 @@ import RouteBuilder from "./RouteBuilder.svelte"; import gsap from "gsap"; + import { gameOptions } from "../store" + const dispatch = createEventDispatcher() const questionCount = 10 @@ -99,17 +101,21 @@