mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 12:08:54 +02:00
more gravity for spraycan
This commit is contained in:
parent
efa2f44c90
commit
d80bfc0af6
2 changed files with 2 additions and 2 deletions
|
@ -1134,7 +1134,7 @@
|
||||||
shapeType: 'box',
|
shapeType: 'box',
|
||||||
gravity: {
|
gravity: {
|
||||||
x: 0,
|
x: 0,
|
||||||
y: -0.5,
|
y: -3.0,
|
||||||
z: 0
|
z: 0
|
||||||
},
|
},
|
||||||
velocity: {
|
velocity: {
|
||||||
|
|
|
@ -1114,7 +1114,7 @@ MasterReset = function() {
|
||||||
shapeType: 'box',
|
shapeType: 'box',
|
||||||
gravity: {
|
gravity: {
|
||||||
x: 0,
|
x: 0,
|
||||||
y: -0.5,
|
y: -3.0,
|
||||||
z: 0
|
z: 0
|
||||||
},
|
},
|
||||||
velocity: {
|
velocity: {
|
||||||
|
|
Loading…
Reference in a new issue