fix box dimensions

This commit is contained in:
James B. Pollack 2015-10-26 18:10:45 -07:00
parent 7a7f649bf7
commit c8e1aca4b6
3 changed files with 3 additions and 3 deletions

View file

@ -351,7 +351,7 @@
};
var resetter = Entities.addEntity({
type: "Text",
type: "Box",
position: position,
name: "Basketball Resetter",
script: basketballResetterScriptURL,

View file

@ -329,7 +329,7 @@ MasterReset = function() {
};
var resetter = Entities.addEntity({
type: "Text",
type: "Box",
position: position,
name: "Basketball Resetter",
script: basketballResetterScriptURL,

View file

@ -17,7 +17,7 @@
Resetter.prototype = {
startFarGrabNonColliding: function() {
startNearGrabNonColliding: function() {
this.resetObjects();
},