Creating and deleting zones now works

This commit is contained in:
2024-07-07 04:06:59 +02:00
parent a2c39dada1
commit 317906eab5
11 changed files with 175 additions and 60 deletions

View File

@ -76,7 +76,6 @@ export type Zone = {
width: number
height: number
tiles: any // Using 'any' for Json type, consider using a more specific type if possible
walls: any // Using 'any' for Json type, consider using a more specific type if possible
zoneObjects: ZoneObject[]
characters: Character[]
chats: Chat[]