MenuLayers.java :  » Game » skies-over-atreya » com » stickycoding » Rokon » Menu » Android Open Source

Android Open Source » Game » skies over atreya 
skies over atreya » com » stickycoding » Rokon » Menu » MenuLayers.java
package com.stickycoding.Rokon.Menu;

/**
 * Stores the default layers for MenuObject's
 * @author Richard
 */
public class MenuLayers {
  
  public static final int BACKGROUND = 0, LAYER_1 = 1, LAYER_2 = 2, LAYER_3 = 3, OVERLAY = 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.