Added current player marker
This commit is contained in:
@@ -10,3 +10,13 @@ export type MapMarker = {
|
||||
link?: string,
|
||||
group?: MapMarkerGroup,
|
||||
}
|
||||
|
||||
export type PlayerMarker = {
|
||||
title: string,
|
||||
markerCoords: {
|
||||
x: number,
|
||||
y: number,
|
||||
}
|
||||
description?: string,
|
||||
link?: string,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user