Added popup cover images

This commit is contained in:
Alexis
2024-12-24 15:37:13 +01:00
parent 4f3f37f452
commit 482de67442
15 changed files with 148 additions and 15 deletions

View File

@@ -13,6 +13,10 @@ export type MapMarker = {
link?: string,
group?: MapMarkerGroup,
icon?: MapMarkerIcon,
cover?: string,
coverLink?: string,
coverAuthor?: string,
coverPortrait?: boolean
}
export type PlayerMarker = {