mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
update test script to create a triggerable entity
This commit is contained in:
parent
88b7f9ec9d
commit
7025ed5909
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ var uuid = Entities.addEntity({
|
|||
maxVolume: 0.1,
|
||||
range: 25,
|
||||
disabled: true,
|
||||
grabbableKey: { wantsTrigger: true },
|
||||
}),
|
||||
lifetime: 600,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue