feat: Add player markers to the scene for better visibility
This commit is contained in:
@@ -662,6 +662,11 @@ function Scene() {
|
||||
</React.Fragment>
|
||||
))}
|
||||
|
||||
{/* Players */}
|
||||
{players.map((player) => (
|
||||
<PlayerMarker key={player.playerID} player={player} />
|
||||
))}
|
||||
|
||||
{/* Camera controls */}
|
||||
<OrbitControls
|
||||
target={centerPoint}
|
||||
|
||||
Reference in New Issue
Block a user