public class Const
{
#region ·������
///
/// 加载标题
///
public const string TitleSpritePath = "Sprites/Title/";
///
/// 加载背景图
///
public const string LoadBGPath = "Sprites/UI_LoadingBG/";
public const string LoadToolAndMaterialPath = "Sprites/ToolAndMaterial/";
#endregion
public const string CheckKeyDown = "CheckKeyDown";
public const string CheckKeyUp = "CheckKeyUp";
public const string CheckKey = "CheckKey";
}