mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 19:55:07 +02:00
try manually resizing doppelganger to natural dimensions
This commit is contained in:
parent
cfa39bec7f
commit
e9b7982390
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
|||
subscribeToWearableMessages();
|
||||
subscribeToFreezeMessages();
|
||||
this.setOccupied();
|
||||
var doppelProps = Entities.getEntityProperties(this.entityID);
|
||||
Entities.editEntity(doppelgangers[0], {
|
||||
dimensions: doppelProps.naturalDimensions,
|
||||
});
|
||||
},
|
||||
leaveEntity: function() {
|
||||
print('EXIT DRESSING ROOM!');
|
||||
|
|
Loading…
Reference in a new issue