Finished Layout of GuiObjectManager

This commit is contained in:
CrushedPixel
2015-07-08 16:54:14 +02:00
parent 80a47a61c8
commit 2d19b17626
7 changed files with 375 additions and 23 deletions

View File

@@ -34,7 +34,7 @@ public class CameraEntity extends EntityPlayer {
if(maxSpeed < LOWER_SPEED || maxSpeed > UPPER_SPEED) return;
MAX_SPEED = maxSpeed;
THRESHOLD = MAX_SPEED / 20;
DECAY = MAX_SPEED/3;
DECAY = 5;
}
public static double getCameraMaximumSpeed() {