Loading world works
This commit is contained in:
@ -102,7 +102,7 @@ export type ZoneEventTile = {
|
||||
id: string
|
||||
zoneId: number
|
||||
zone: Zone
|
||||
type: "BLOCK" | "WARP" | "NPC" | "ITEM"
|
||||
type: 'BLOCK' | 'WARP' | 'NPC' | 'ITEM'
|
||||
position_x: number
|
||||
position_y: number
|
||||
}
|
||||
|
Reference in New Issue
Block a user