Skip to content

Commit

Permalink
okai mayb this time
Browse files Browse the repository at this point in the history
  • Loading branch information
RidwanSharkar committed Jan 24, 2025
1 parent d0d320c commit f1bdeb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions warpgate/SoundPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ interface Track {

const tracks: Track[] = [
{ id: 1, name: "⌬", src: "/audio/track1.MP3" },
{ id: 2, name: "⚕️", src: "/audio/track2.MP3" },
{ id: 3, name: "", src: "/audio/track3.MP3" },
{ id: 2, name: "", src: "/audio/track2.MP3" },
{ id: 3, name: "𖢻", src: "/audio/track3.MP3" },
{ id: 4, name: "⚘", src: "/audio/track4.MP3" }, // ❃
{ id: 5, name: "✾", src: "/audio/track5.MP3" },
{ id: 6, name: "⤛ ", src: "/audio/Track6.MP3" },
Expand Down
2 changes: 1 addition & 1 deletion warpgate/SpaceTime.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const PlanetCanvas: React.FC<PlanetCanvasProps> = ({ onSelectPlanet, selectedPla
<OrbitControls
enableZoom={true}
minDistance={10}
maxDistance={30}
maxDistance={28}
enablePan={true}
zoomSpeed={0.75}
enableDamping={true}
Expand Down

0 comments on commit f1bdeb7

Please sign in to comment.