public class Settings
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DEBUG
This is whether to draw some debug features to the screen
|
static java.util.HashMap<java.lang.String,java.lang.Boolean> |
DEBUG_OPTIONS
This stores the debug options
|
static int |
TILE_SIZE
This is the global size of Tiles in the game
|
static int |
TPS
The maximum amount of ticks per second
|
static int |
ZOOM
The zoom level of the camera
|
Constructor and Description |
---|
Settings() |
public static final int TILE_SIZE
public static final int ZOOM
public static final int TPS
public static boolean DEBUG
WARNING: DEBUG MODE IS LIKELY TO REDUCE FRAME RATE
public static java.util.HashMap<java.lang.String,java.lang.Boolean> DEBUG_OPTIONS