mirror of
https://github.com/overte-org/overte.git
synced 2025-06-20 19:40:23 +02:00
Update masterReset.js
add 0 before numbers
This commit is contained in:
parent
0e4aaaceeb
commit
77d66de7f3
1 changed files with 3 additions and 3 deletions
|
@ -148,8 +148,8 @@ MasterReset = function() {
|
||||||
position: position,
|
position: position,
|
||||||
dimensions: {
|
dimensions: {
|
||||||
x: 0.05,
|
x: 0.05,
|
||||||
y: .23,
|
y: 0.23,
|
||||||
z: .36
|
z: 0.36
|
||||||
},
|
},
|
||||||
script: gunScriptURL,
|
script: gunScriptURL,
|
||||||
color: {
|
color: {
|
||||||
|
|
Loading…
Reference in a new issue