Move measurement options to map settings
This commit is contained in:
@@ -25,6 +25,7 @@ export const maps = Object.keys(mapSources).map((key) => ({
|
||||
size: { x: 22, y: 22 },
|
||||
inset: { topLeft: { x: 0, y: 0 }, bottomRight: { x: 1, y: 1 } },
|
||||
type: "square",
|
||||
measurement: { type: "chebyshev", scale: "5ft" },
|
||||
},
|
||||
width: 1024,
|
||||
height: 1024,
|
||||
|
||||
Reference in New Issue
Block a user