Changed grid overlay to use repeating images instead of shapes

This commit is contained in:
Mitchell McCaffrey
2021-02-09 16:58:14 +11:00
parent 663e1af4d9
commit 2d5589a02e
7 changed files with 56 additions and 123 deletions

View File

@@ -135,7 +135,7 @@ function MapEditor({ map, onSettingsChange }) {
width={mapWidth}
height={mapHeight}
>
<MapGrid map={map} strokeWidth={0.5} />
<MapGrid map={map} />
<MapGridEditor map={map} onGridChange={handleGridChange} />
</GridProvider>
)}