tile editor wip
This commit is contained in:
@ -33,7 +33,7 @@ export type Zone = {
|
||||
name: string
|
||||
width: number
|
||||
height: number
|
||||
tiles: Record<string, any>
|
||||
tiles: number[][]
|
||||
characters: Character[]
|
||||
chats: Chat[]
|
||||
}
|
||||
|
Reference in New Issue
Block a user