[Deprecation] Removed a remnant of the old terrain

pull/12/head
Caroline Bell 2020-02-28 12:19:51 -08:00
parent 5889397521
commit a9d8004b57
1 changed files with 0 additions and 3 deletions

View File

@ -9,7 +9,4 @@ public class Constants
public static float jumpPower = 0;
public static float turnSpeed = 0;
public static double movementSpeed = 1;
//terrain variables
public static float terrainSize = 100;
public static float terrainMaxHeight = 10;
}