Added more markers on Cantane
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user