We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c0481 commit b11bf6bCopy full SHA for b11bf6b
game/marble/server/scripts/marble.cs
@@ -337,8 +337,8 @@ datablock MarbleData(DefaultMarble)
337
slipEmotiveThreshold = 4.5;
338
339
cameraDecay = 4;
340
- cameraLag = 0.1;
341
- cameraLagMaxOffset = 2.2;
+ cameraLag = 0.2; //0.1;
+ cameraLagMaxOffset = 4.2; //2.2;
342
343
powerUps = PowerUpDefs;
344
0 commit comments