Added map grid edit toggle and reset buttons

This commit is contained in:
Mitchell McCaffrey
2020-10-06 20:43:25 +11:00
parent e171d5f30e
commit 90d81c90b1
4 changed files with 87 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ function MapGridEditor({ map, onGridChange }) {
const editRectProps = {
fill: "transparent",
stroke: "rgba(255, 255, 255, 0.75)",
strokeWidth: editCircleRadius / 5,
strokeWidth: editCircleRadius / 10,
};
function getHandleInset(handle) {