2
0

adjusted env's

This commit is contained in:
2018-08-05 16:35:37 +02:00
parent 4288b56944
commit 1502da81ed
2 changed files with 10 additions and 10 deletions

View File

@@ -23,16 +23,16 @@ export const environment = {
} }
}, },
formDefaults: { formDefaults: {
width: 16, width: 10,
height: 10, height: 16,
scale: 0.1,
vectors: { vectors: {
start: 1, start: 1,
end: 0, end: 0,
range: 0.16 range: 0.4,
}, },
nodes: 4, nodes: 2,
stroke: 1, stroke: 1,
scale: 0.1,
overlap: 1.4, overlap: 1.4,
spread: 8, spread: 8,
space: 6 space: 6

View File

@@ -23,16 +23,16 @@ export const environment = {
} }
}, },
formDefaults: { formDefaults: {
width: 16, width: 10,
height: 10, height: 16,
scale: 0.1,
vectors: { vectors: {
start: 1, start: 1,
end: 0, end: 0,
range: 0.16 range: 0.4,
}, },
nodes: 4, nodes: 2,
stroke: 1, stroke: 1,
scale: 0.1,
overlap: 1.4, overlap: 1.4,
spread: 8, spread: 8,
space: 6 space: 6