GameProperties.java :  » Graphics-3D-2D-OpenGL » alingrad2d » com » alingrad » android » froyoengine » Android Open Source

Android Open Source » Graphics 3D 2D OpenGL » alingrad2d 
alingrad2d » com » alingrad » android » froyoengine » GameProperties.java
package com.alingrad.android.froyoengine;

public abstract class GameProperties {
  public static final String DEBUG_TAG = "alingrad.froyoengine";
  
  public static boolean IS_DEBUGGING = false;
  public static boolean DRAW_COLLISION_BOXES = false;
  public static int WIDTH = 800;
  public static int HEIGHT = 480;
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.