Skip to content

Commit

Permalink
Add 13th missing track
Browse files Browse the repository at this point in the history
  • Loading branch information
bob0005 committed Jan 7, 2025
1 parent 5492200 commit 5e2556d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/apps/game/src/hooks/useMusic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type Track = {
};

// Your tracks list
const tracks: Track[] = [
export const tracks: Track[] = [
{ name: "Day Break", url: "/sound/music/DayBreak.mp3" },
{ name: "Morning Ember", url: "/sound/music/MorningEmber.mp3" },
{ name: "Beyond The Horizon", url: "/sound/music/BeyondTheHorizon.mp3" },
Expand All @@ -22,6 +22,7 @@ const tracks: Track[] = [
{ name: "Strangers Arrival", url: "/sound/music/StrangersArrival.mp3" },
{ name: "Twilight Harvest", url: "/sound/music/TwilightHarvest.mp3" },
{ name: "Wanderers Chronicle", url: "/sound/music/WanderersChronicle.mp3" },
{ name: "Happy Realm", url: "/sound/music/happy_realm.mp3" },
];

export const useMusicPlayer = () => {
Expand Down

0 comments on commit 5e2556d

Please sign in to comment.