[Deprecation] Removed a remnant of the old terrain
parent
5889397521
commit
a9d8004b57
|
@ -9,7 +9,4 @@ public class Constants
|
||||||
public static float jumpPower = 0;
|
public static float jumpPower = 0;
|
||||||
public static float turnSpeed = 0;
|
public static float turnSpeed = 0;
|
||||||
public static double movementSpeed = 1;
|
public static double movementSpeed = 1;
|
||||||
//terrain variables
|
|
||||||
public static float terrainSize = 100;
|
|
||||||
public static float terrainMaxHeight = 10;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue