#91 : Zone editor: allow objects to be rotated
This commit is contained in:
@ -68,6 +68,7 @@ export type ZoneObject = {
|
||||
objectId: string
|
||||
object: Object
|
||||
depth: number
|
||||
isRotated: boolean
|
||||
positionX: number
|
||||
positionY: number
|
||||
}
|
||||
|
Reference in New Issue
Block a user