mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 00:52:27 +02:00
Update the default edit.js collidesWith to include myAvatar
This commit is contained in:
parent
db87fe9696
commit
01b29185ca
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ const DEFAULT_ENTITY_PROPERTIES = {
|
|||
All: {
|
||||
description: "",
|
||||
rotation: { x: 0, y: 0, z: 0, w: 1 },
|
||||
collidesWith: "static,dynamic,kinematic,otherAvatar",
|
||||
collidesWith: "static,dynamic,kinematic,otherAvatar,myAvatar",
|
||||
collisionSoundURL: "",
|
||||
cloneable: false,
|
||||
ignoreIK: true,
|
||||
|
|
Loading…
Reference in a new issue