Small styling fixes, added better filter options in zone editor, added tags to objects, npm update
This commit is contained in:
@ -21,6 +21,7 @@ export type Tile = {
|
||||
export type Object = {
|
||||
id: string
|
||||
name: string
|
||||
tags: string[]
|
||||
origin_x: number
|
||||
origin_y: number
|
||||
createdAt: Date
|
||||
|
Reference in New Issue
Block a user