npm update, removed spacing around zone editor toolbar for better UX, added search logic in objects list

This commit is contained in:
2024-07-09 23:43:53 +02:00
parent f1a3d6b6e5
commit abe58961ba
5 changed files with 48 additions and 36 deletions

View File

@ -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
}