Update masterReset.js

add 0 before numbers
This commit is contained in:
James B. Pollack 2015-12-01 11:19:42 -08:00
parent 0e4aaaceeb
commit 77d66de7f3

View file

@ -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: {
@ -1358,4 +1358,4 @@ MasterReset = function() {
Script.scriptEnding.connect(cleanup); Script.scriptEnding.connect(cleanup);
} }
}; };