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,
dimensions: {
x: 0.05,
y: .23,
z: .36
y: 0.23,
z: 0.36
},
script: gunScriptURL,
color: {
@ -1358,4 +1358,4 @@ MasterReset = function() {
Script.scriptEnding.connect(cleanup);
}
};
};