package de.swagner.paxbritannica; public class Constants { public static float screenLeft = 0; public static float screenRight =800; public static float screenBottom =0; public static float screenTop=480; public static float lowHealthThreshold = 0.3f; public static float highHealthThreshold = 0.6f; }