mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 11:50:45 +02:00
Update raveStick.js
leading zeroes
This commit is contained in:
parent
cc35eaf4be
commit
3a6478aac1
1 changed files with 4 additions and 4 deletions
|
@ -142,9 +142,9 @@ RaveStick = function(spawnPosition) {
|
|||
z: 0
|
||||
},
|
||||
accelerationSpread: {
|
||||
x: .00,
|
||||
y: .00,
|
||||
z: .00
|
||||
x: 0.00,
|
||||
y: 0.00,
|
||||
z: 0.00
|
||||
},
|
||||
radiusStart: 0.01,
|
||||
radiusFinish: 0.005,
|
||||
|
@ -159,4 +159,4 @@ RaveStick = function(spawnPosition) {
|
|||
return glowEmitter;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue