#91 : Zone editor: allow objects to be rotated

This commit is contained in:
2024-10-01 22:00:08 +02:00
parent 7a50385420
commit f6b6b4b8ea
5 changed files with 93 additions and 82 deletions

View File

@ -68,6 +68,7 @@ export type ZoneObject = {
objectId: string
object: Object
depth: number
isRotated: boolean
positionX: number
positionY: number
}