mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
made ping pong gun have restitution of 0
This commit is contained in:
parent
744da64c50
commit
dec4cd012e
2 changed files with 2 additions and 0 deletions
|
@ -1027,6 +1027,7 @@
|
||||||
y: -9.8,
|
y: -9.8,
|
||||||
z: 0
|
z: 0
|
||||||
},
|
},
|
||||||
|
restitution: 0,
|
||||||
dimensions: {
|
dimensions: {
|
||||||
x: 0.08,
|
x: 0.08,
|
||||||
y: 0.21,
|
y: 0.21,
|
||||||
|
|
|
@ -1007,6 +1007,7 @@ MasterReset = function() {
|
||||||
y: -9.8,
|
y: -9.8,
|
||||||
z: 0
|
z: 0
|
||||||
},
|
},
|
||||||
|
restitution: 0,
|
||||||
dimensions: {
|
dimensions: {
|
||||||
x: 0.08,
|
x: 0.08,
|
||||||
y: 0.21,
|
y: 0.21,
|
||||||
|
|
Loading…
Reference in a new issue