Added quests markers and data for eastern map

This commit is contained in:
Alexis
2023-12-09 17:14:47 +01:00
parent e2b513253c
commit 3becf43d3b
8 changed files with 330 additions and 83 deletions

View File

@@ -1,4 +1,4 @@
export type MapMarkerGroup = "capitals" | "cities" | "towns" | "landmarks";
export type MapMarkerGroup = "capitals" | "cities" | "towns" | "landmarks" | "quests";
export type MapCoords = {
x: number,
y: number,