Made back button entity collisionless

This commit is contained in:
Anthony J. Thibault 2017-01-05 15:33:21 -08:00
parent 2ba8a536a4
commit baf2fce2c3

View file

@ -97,6 +97,7 @@ WebTablet = function (url, width, dpi, hand, clientOnly) {
this.homeButtonEntity = Entities.addEntity({
name: "homeButton",
type: "Sphere",
collisionless: true,
localPosition: {x: 0, y: HOME_BUTTON_Y_OFFSET, z: 0},
dimensions: {x: 0.05, y: 0.05, z: 0.05},
parentID: this.tabletEntityID,