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

@ -21,6 +21,7 @@ export type Tile = {
export type Object = {
id: string
name: string
tags: string[]
origin_x: number
origin_y: number
createdAt: Date