Added name to basketball hoop in reset scripts

This commit is contained in:
ericrius1 2015-11-02 09:58:23 -08:00
parent 0f78a0b301
commit b067abe2d9
2 changed files with 2 additions and 0 deletions

View file

@ -944,6 +944,7 @@
var hoop = Entities.addEntity({
type: "Model",
modelURL: hoopURL,
name: "Basketball Hoop",
position: position,
rotation: rotation,
shapeType: 'compound',

View file

@ -921,6 +921,7 @@ MasterReset = function() {
var hoop = Entities.addEntity({
type: "Model",
name: "Basketball Hoop",
modelURL: hoopURL,
position: position,
rotation: rotation,