mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-11 05:43:04 +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({
|
||||
type: "Model",
|
||||
modelURL: hoopURL,
|
||||
name: "Basketball Hoop",
|
||||
position: position,
|
||||
rotation: rotation,
|
||||
shapeType: 'compound',
|
||||
|
|
|
@ -921,6 +921,7 @@ MasterReset = function() {
|
|||
|
||||
var hoop = Entities.addEntity({
|
||||
type: "Model",
|
||||
name: "Basketball Hoop",
|
||||
modelURL: hoopURL,
|
||||
position: position,
|
||||
rotation: rotation,
|
||||
|
|
Loading…
Reference in a new issue