tile editor wip

This commit is contained in:
2024-06-13 22:55:29 +02:00
parent 4bc076d55d
commit b36c8117e7
5 changed files with 51 additions and 24 deletions

View File

@ -33,7 +33,7 @@ export type Zone = {
name: string
width: number
height: number
tiles: Record<string, any>
tiles: number[][]
characters: Character[]
chats: Chat[]
}