forked from noxious/client
Updated default value in zoneEditor store
This commit is contained in:
parent
2befcb61c6
commit
a071261e86
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user