package lilWorld; public class Vars { public static float drifterGrav = 0.01f; public static float creeperGrav = 0.25f; public static int drifterBabies = 5; public static int creeperBabies = 10; public static float creeperSpeed = .25f; }