Skip to content

Commit

Permalink
feat: add line of sight prototype music
Browse files Browse the repository at this point in the history
  • Loading branch information
ericrallen committed Jun 25, 2024
1 parent e0da449 commit 46ea817
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Binary file added public/assets/album-art/line-of-sight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
7 changes: 7 additions & 0 deletions src/app/_components/player/tracks.ts
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 46ea817

Please sign in to comment.