Change C&C map physics to something decent

This commit is contained in:
Itay Mizeretz 2017-09-28 11:13:00 +03:00
parent 9242fe3232
commit cf9fa82b67
1 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,12 @@ let options = {
type: 'curvedCW'
}
},
physics: {
solver: 'forceAtlas2Based',
forceAtlas2Based: {
gravitationalConstant: -370
}
},
groups: getGroupsOptions()
};