mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 21:30:33 +02:00
Update hiddenEntityReset.js
add 0 before numbers
This commit is contained in:
parent
880aed0e6b
commit
0e4aaaceeb
1 changed files with 3 additions and 3 deletions
|
@ -170,8 +170,8 @@
|
|||
collisionSoundURL: "https://s3.amazonaws.com/hifi-public/sounds/Guns/Gun_Drop_and_Metalli_1.wav",
|
||||
dimensions: {
|
||||
x: 0.05,
|
||||
y: .23,
|
||||
z: .36
|
||||
y: 0.23,
|
||||
z: 0.36
|
||||
},
|
||||
script: gunScriptURL,
|
||||
color: {
|
||||
|
|
Loading…
Reference in a new issue