apes
Class Settings

java.lang.Object
  extended by apes.Settings

public class Settings
extends java.lang.Object


Field Summary
static int AItoUse
           
static boolean DEBUG
           
static int DISPLAYHIGTH
           
static int DISPLAYWIDTH
           
static boolean FULLSCREEN
           
static boolean MOUSEENABLED
           
static boolean SKIPINTRO
           
 
Constructor Summary
Settings()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SKIPINTRO

public static boolean SKIPINTRO

DISPLAYWIDTH

public static int DISPLAYWIDTH

DISPLAYHIGTH

public static int DISPLAYHIGTH

FULLSCREEN

public static boolean FULLSCREEN

DEBUG

public static boolean DEBUG

MOUSEENABLED

public static boolean MOUSEENABLED

AItoUse

public static int AItoUse
Constructor Detail

Settings

public Settings()