Added current player marker

This commit is contained in:
Alexis
2023-10-10 00:09:08 +02:00
parent 1fbc96acf2
commit f6d52fc8b1
7 changed files with 60 additions and 10 deletions

View File

@@ -0,0 +1,9 @@
import type { PlayerMarker } from "@/types/Leaflet";
export const playerPosition: PlayerMarker = {
markerCoords: {
y: -57.83673,
x: 162.05197
},
title: "L'Éclipse",
}