mspielberg / dv-remote-dispatch

Derail Valley mod for presenting an interactive web map of the world.
MIT License
19 stars 16 forks source link

Add support for multiple player markers #7

Closed Insprill closed 1 year ago

Insprill commented 1 year ago

Adds support for displaying multiple player markers. This allows the multiplayer mod to patch the PlayerData functions and display markers for all players.

I'm not much of a JS developer so if there's a better way to do any of the frontend changes please let me know!