mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:13:28 +02:00
made water can a box shape
This commit is contained in:
parent
4a0b502f15
commit
9bdfd53ae7
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue