diff --git a/resources/lines.png b/resources/lines.png new file mode 100644 index 0000000..cf88eb3 Binary files /dev/null and b/resources/lines.png differ diff --git a/resources/lines.xcf b/resources/lines.xcf new file mode 100644 index 0000000..6c627c3 Binary files /dev/null and b/resources/lines.xcf differ diff --git a/src/App.vue b/src/App.vue index de635b1..98f1130 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,6 +5,7 @@ import SiteHeader from '@/components/SiteHeader.vue' import HomeView from '@/components/HomeView.vue' import NotFoundView from '@/components/NotFoundView.vue' import PlaygroundView from '@/components/PlaygroundView.vue' +import RetroScreenOverlay from '@/components/RetroScreenOverlay.vue' const routes: { [index: string]: Component } = { '/': HomeView, @@ -19,6 +20,7 @@ window.addEventListener('hashchange', () => {