forked from noxious/client
Toggle default value
This commit is contained in:
parent
a70d832653
commit
1f23c4e223
@ -3,7 +3,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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user