Added more markers on Cantane

This commit is contained in:
Alexis
2025-01-12 18:59:05 +01:00
parent bb5d995b5d
commit d78be195df
4 changed files with 52 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
export type MapMarkerGroup = "capitals" | "cities" | "towns" | "landmarks" | "quests" | "custom";
export type MapMarkerIcon = "castle" | "flag" | "graduation-cap" | "location-pin" | "monument" | "push-pin"
export type MapMarkerIcon = "castle" | "flag" | "graduation-cap" | "location-pin" | "monument" | "push-pin" | "house"
export type MapCoords = {
x: number,