1
0
forked from noxious/client

Updated default value in zoneEditor store

This commit is contained in:
Dennis Postma 2024-07-26 19:03:00 +02:00
parent 2befcb61c6
commit a071261e86

View File

@ -4,7 +4,7 @@ import type { Zone, Object, Tile, ZoneObject } from '@/types'
export const useZoneEditorStore = defineStore('zoneEditor', { export const useZoneEditorStore = defineStore('zoneEditor', {
state: () => ({ state: () => ({
active: true, active: false,
zone: null as Zone | null, zone: null as Zone | null,
tool: 'move', tool: 'move',
drawMode: 'tile', drawMode: 'tile',