mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 20:26:55 +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: {
|
All: {
|
||||||
description: "",
|
description: "",
|
||||||
rotation: { x: 0, y: 0, z: 0, w: 1 },
|
rotation: { x: 0, y: 0, z: 0, w: 1 },
|
||||||
collidesWith: "static,dynamic,kinematic,otherAvatar",
|
collidesWith: "static,dynamic,kinematic,otherAvatar,myAvatar",
|
||||||
collisionSoundURL: "",
|
collisionSoundURL: "",
|
||||||
cloneable: false,
|
cloneable: false,
|
||||||
ignoreIK: true,
|
ignoreIK: true,
|
||||||
|
|
Loading…
Reference in a new issue