1
0
forked from noxious/client

Small styling fixes, added better filter options in zone editor, added tags to objects, npm update

This commit is contained in:
2024-07-16 00:16:10 +02:00
parent 5561373e33
commit 5784b0fa9c
11 changed files with 176 additions and 96 deletions

View File

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