Removed placedMapObject depth field, cleaned package.json, creating & deleting maps now works with mapStorage

This commit is contained in:
2025-01-23 00:47:34 +01:00
parent ebd6d96e54
commit 5e2781b265
11 changed files with 82 additions and 1528 deletions

View File

@ -16,7 +16,6 @@ export const useMapEditorStore = defineStore('mapEditor', {
tool: 'move',
drawMode: 'tile',
eraserMode: 'tile',
mapList: [] as Map[],
tileList: [] as Tile[],
mapObjectList: [] as MapObject[],
selectedTile: '',