RenderFunction.java :  » Port » android-starcraft » hotheart » starcraft » graphics » Android Open Source

Android Open Source » Port » android starcraft 
android starcraft » hotheart » starcraft » graphics » RenderFunction.java
package hotheart.starcraft.graphics;

public class RenderFunction {
  public static final int SHADOW = 10;
  public static final int REMAPPING = 9;
  public static final int SELECTION = 13;
  
  public static final int R_ORANGE_FIRE = 1;
  public static final int R_GREEN_FIRE = 2;
  public static final int R_BLUE_FIRE = 3;
  public static final int R_BLUE_EXPLOSION = 4;
}
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.