Added option to set rotation on teleport tiles

This commit is contained in:
2024-09-23 14:02:00 +02:00
parent 2f555636bc
commit 0f01a4ec7c
4 changed files with 35 additions and 28 deletions

View File

@ -95,6 +95,7 @@ export type ZoneEventTileTeleport = {
toZone: Zone
toPositionX: number
toPositionY: number
toRotation: number
}
export type User = {