made water can a box shape

This commit is contained in:
ericrius1 2016-04-01 16:12:05 -07:00
parent 4a0b502f15
commit 9bdfd53ae7

View file

@ -80,8 +80,7 @@ Plant = function(spawnPosition, spawnRotation) {
var waterCanRotation = orientation;
var waterCan = Entities.addEntity({
type: "Model",
shapeType: 'compound',
compoundShapeURL: WATER_CAN_COLLIISION_HULL_URL,
shapeType: 'box',
name: "home_model_waterCan",
modelURL: WATER_CAN_MODEL_URL,
script: WATER_CAN_SCRIPT_URL,