Changed grid scale and offset to inset and added grid editor

This commit is contained in:
Mitchell McCaffrey
2020-10-02 17:53:23 +10:00
parent 539f216cfe
commit 3e5478f7a8
8 changed files with 216 additions and 15 deletions

View File

@@ -87,7 +87,10 @@ function EditMapModal({ isOpen, onDone, map, mapState }) {
<Label pt={2} pb={1}>
Edit map
</Label>
<MapEditor map={selectedMapWithChanges} />
<MapEditor
map={selectedMapWithChanges}
onSettingsChange={handleMapSettingsChange}
/>
<MapSettings
map={selectedMapWithChanges}
mapState={selectedMapStateWithChanges}