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; }