npm update, removed spacing around zone editor toolbar for better UX, added search logic in objects list
This commit is contained in:
@ -98,7 +98,7 @@ export type ZoneEventTile = {
|
||||
id: number
|
||||
zoneId: number
|
||||
zone: Zone
|
||||
type: "WARP" | "NPC" | "ITEM"
|
||||
type: "BLOCK" | "WARP" | "NPC" | "ITEM"
|
||||
position_x: number
|
||||
position_y: number
|
||||
}
|
||||
|
Reference in New Issue
Block a user