2
0

changed env for dev

This commit is contained in:
2018-08-07 14:44:17 +02:00
parent aa3c208171
commit 1ec2f21a25

View File

@@ -26,15 +26,15 @@ export const environment = {
width: 10, width: 10,
height: 16, height: 16,
scale: 0.1, scale: 0.1,
overlap: 0.8, overlap: 1.2,
vectors: { vectors: {
start: 1, start: 1,
end: 0, end: 0,
range: 0.4, range: 0.4,
}, },
nodes: 2, nodes: 4,
stroke: 1, stroke: 1,
spread: 8, spread: 12,
space: 6 space: 5
} }
}; };