mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-24 00:54:26 +02:00
Added name to basketball hoop in reset scripts
This commit is contained in:
parent
0f78a0b301
commit
b067abe2d9
2 changed files with 2 additions and 0 deletions
|
@ -944,6 +944,7 @@
|
||||||
var hoop = Entities.addEntity({
|
var hoop = Entities.addEntity({
|
||||||
type: "Model",
|
type: "Model",
|
||||||
modelURL: hoopURL,
|
modelURL: hoopURL,
|
||||||
|
name: "Basketball Hoop",
|
||||||
position: position,
|
position: position,
|
||||||
rotation: rotation,
|
rotation: rotation,
|
||||||
shapeType: 'compound',
|
shapeType: 'compound',
|
||||||
|
|
|
@ -921,6 +921,7 @@ MasterReset = function() {
|
||||||
|
|
||||||
var hoop = Entities.addEntity({
|
var hoop = Entities.addEntity({
|
||||||
type: "Model",
|
type: "Model",
|
||||||
|
name: "Basketball Hoop",
|
||||||
modelURL: hoopURL,
|
modelURL: hoopURL,
|
||||||
position: position,
|
position: position,
|
||||||
rotation: rotation,
|
rotation: rotation,
|
||||||
|
|
Loading…
Reference in a new issue