forked from noxious/server
#91 : Zone editor: allow objects to be rotated
This commit is contained in:
@ -102,6 +102,7 @@ export default class ZoneUpdateEvent {
|
||||
create: data.zoneObjects.map((zoneObject) => ({
|
||||
objectId: zoneObject.objectId,
|
||||
depth: zoneObject.depth,
|
||||
isRotated: zoneObject.isRotated,
|
||||
positionX: zoneObject.positionX,
|
||||
positionY: zoneObject.positionY
|
||||
}))
|
||||
|
Reference in New Issue
Block a user