Several map editor improvements

This commit is contained in:
2024-11-05 21:28:12 +01:00
parent d81c889426
commit e1b39c42ec
6 changed files with 19 additions and 5 deletions

View File

@ -123,6 +123,8 @@ export const useZoneEditorStore = defineStore('zoneEditor', {
this.drawMode = 'tile'
this.selectedTile = ''
this.selectedObject = null
this.isTileListModalShown = false
this.isObjectListModalShown = false
this.isSettingsModalShown = false
this.isZoneListModalShown = false
this.isCreateZoneModalShown = false