diff --git a/public/assets/album-art/line-of-sight.png b/public/assets/album-art/line-of-sight.png new file mode 100644 index 0000000..0ebcd1a Binary files /dev/null and b/public/assets/album-art/line-of-sight.png differ diff --git a/public/assets/audio/tracks/line-of-sight-prototype.wav b/public/assets/audio/tracks/line-of-sight-prototype.wav new file mode 100644 index 0000000..40bf8e6 Binary files /dev/null and b/public/assets/audio/tracks/line-of-sight-prototype.wav differ diff --git a/src/app/_components/player/tracks.ts b/src/app/_components/player/tracks.ts index bfbe094..fbe355b 100644 --- a/src/app/_components/player/tracks.ts +++ b/src/app/_components/player/tracks.ts @@ -1,6 +1,13 @@ import type { Track } from "../../../lib/types"; const trackList: Track[] = [ + { + title: "Line of Sight (Prototype)", + url: "/assets/audio/tracks/line-of-sight-prototype.wav", + mime: "audio/wav", + description: "Created using BeepBox for the Line of Sight prototype.", + albumArt: "/assets/album-art/line-of-sight.png", + }, { title: "Dark Ritual (LDJam 55 Compo Version)", url: "/assets/audio/tracks/dark-ritual-ldjam55.wav",