Turned handling into a multiplier.

#story[1274]
This commit is contained in:
Kusal Ekanayake
2017-09-22 17:42:32 +12:00
parent 9f64b2380d
commit 52dc7a956d
3 changed files with 6 additions and 6 deletions
@@ -57,7 +57,7 @@ public class BoatCustomizeController implements Initializable{
private LobbyController lobbyController;
private BoatMeshType currentBoat;
private Double maxSpeedMultiplier = 1.0;
private Double maxTurnRate = 10.0;
private Double maxTurnRate = 1.0;
private Double maxAcceleration = 1.0;
@Override