Loading world works

This commit is contained in:
2024-07-12 12:44:37 +02:00
parent 79bef033f3
commit 0fcd5c4d76
20 changed files with 228 additions and 177 deletions

View File

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