Map editor WIP

This commit is contained in:
2025-01-05 04:01:50 +01:00
parent 2d09715dc4
commit 0142850983
12 changed files with 107 additions and 109 deletions

View File

@ -110,7 +110,6 @@ export const useMapEditorStore = defineStore('mapEditor', {
triggerClearTiles() {
this.shouldClearTiles = true
},
resetClearTilesFlag() {
this.shouldClearTiles = false
},