mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +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',
|
||||
gravity: {
|
||||
x: 0,
|
||||
y: -0.5,
|
||||
y: -3.0,
|
||||
z: 0
|
||||
},
|
||||
velocity: {
|
||||
|
|
|
@ -1114,7 +1114,7 @@ MasterReset = function() {
|
|||
shapeType: 'box',
|
||||
gravity: {
|
||||
x: 0,
|
||||
y: -0.5,
|
||||
y: -3.0,
|
||||
z: 0
|
||||
},
|
||||
velocity: {
|
||||
|
|
Loading…
Reference in a new issue