Change C&C map physics to something decent
This commit is contained in:
parent
9242fe3232
commit
cf9fa82b67
|
@ -32,6 +32,12 @@ let options = {
|
||||||
type: 'curvedCW'
|
type: 'curvedCW'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
physics: {
|
||||||
|
solver: 'forceAtlas2Based',
|
||||||
|
forceAtlas2Based: {
|
||||||
|
gravitationalConstant: -370
|
||||||
|
}
|
||||||
|
},
|
||||||
groups: getGroupsOptions()
|
groups: getGroupsOptions()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue